Skip to content

Commit 2cd53e1

Browse files
committed
1 parent d46a781 commit 2cd53e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/caldav/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
buildPythonPackage rec {
1616
pname = "caldav";
17-
version = "1.2.0";
17+
version = "1.2.1";
1818

1919
format = "setuptools";
2020
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "python-caldav";
2424
repo = pname;
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-ibizwN4pxqzmVozVjrAPNSrmM1+8+/Qu6UnfRerrwUk=";
26+
hash = "sha256-nA7if28M4rDZwlF+ga/1FqD838zeu0OblrPUer3w3qM=";
2727
};
2828

2929
propagatedBuildInputs = [

0 commit comments

Comments
 (0)