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

libical: 3.0.14 -> 3.0.15
This commit is contained in:
Mario Rodas 2022-10-08 19:57:19 -05:00 committed by GitHub
commit 1548734a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "libical";
version = "3.0.14";
version = "3.0.15";
outputs = [ "out" "dev" ]; # "devdoc" ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "libical";
repo = "libical";
rev = "v${version}";
sha256 = "sha256-gZ6IBjG5pNKJ+hWcTzXMP7yxL4he4LTklZGoC9vXra8=";
sha256 = "sha256-7M5GBteFKmKCB6556XXV4s6iIC/+3c3Ck17s/QX3Jus=";
};
strictDeps = true;
@ -98,7 +98,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/libical/libical";
description = "An Open Source implementation of the iCalendar protocols";
license = licenses.mpl20;