libical: 3.0.9 -> 3.0.10

This commit is contained in:
R. RyanTM 2021-04-27 05:52:43 +00:00 committed by Jonathan Ringer
parent dd78ce1c53
commit 4e071804aa
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ assert introspectionSupport -> gobject-introspection != null && vala != null;
stdenv.mkDerivation rec {
pname = "libical";
version = "3.0.9";
version = "3.0.10";
outputs = [ "out" "dev" ]; # "devdoc" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "libical";
repo = "libical";
rev = "v${version}";
sha256 = "sha256-efdiGktLGITaQ6VinnfYG52fMhO0Av+JKROt2kTvS1U=";
sha256 = "sha256-fLmEJlkZLYLcKZqZwitf8rH261QDPTJZf/+/+FMsGIg=";
};
nativeBuildInputs = [