Skip to content

Commit 4b3b079

Browse files
authored
python312Packages.icalendar: 6.0.1 -> 6.1.0 (#358628)
2 parents 6cd29a4 + efb4345 commit 4b3b079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
}:
1313

1414
buildPythonPackage rec {
15-
version = "6.0.1";
15+
version = "6.1.0";
1616
pname = "icalendar";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "collective";
2121
repo = "icalendar";
2222
rev = "refs/tags/v${version}";
23-
hash = "sha256-pcTiXRiHtx7jVzxDkY6WDhzo8sg8fPecqTpRSRIdvfs=";
23+
hash = "sha256-P+cUwNFSBjyTzqdBnIricoM3rUWUXQc8k1912jil79Q=";
2424
};
2525

2626
patches = [

0 commit comments

Comments
 (0)