Merge pull request #82024 from r-ryantm/auto-update/libical

libical: 3.0.7 -> 3.0.8
This commit is contained in:
Jan Tojnar 2020-03-08 21:52:45 +01:00 committed by GitHub
commit 71a76a4ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libical"; pname = "libical";
version = "3.0.7"; version = "3.0.8";
outputs = [ "out" "dev" ]; # "devdoc" ]; outputs = [ "out" "dev" ]; # "devdoc" ];
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "libical"; owner = "libical";
repo = "libical"; repo = "libical";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ppf8jlpiclq3jprhx889y5lgf6lc2q4d8wy2zavzsxgnsqf67il"; sha256 = "0pkh74bfrgp1slv8wsv7lbmal2m7qkixwm5llpmfwaiv14njlp68";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/libical/libical; homepage = "https://github.com/libical/libical";
description = "An Open Source implementation of the iCalendar protocols"; description = "An Open Source implementation of the iCalendar protocols";
license = licenses.mpl20; license = licenses.mpl20;
platforms = platforms.unix; platforms = platforms.unix;