about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-09 11:00:28 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-09 11:00:28 +0100
commit422c9ff8178b1b1c2a2602a03c89b35081799247 (patch)
tree22a3f7f5e9ac40967842ef305ff18f16afe98138 /pkgs/development/python-modules
parentd544b50ed3a98bb77288fbe227c5e1f66394f756 (diff)
python310Packages.ical: 4.2.8 -> 4.2.9
Diff: https://github.com/allenporter/ical/compare/refs/tags/4.2.8...4.2.9

Changelog: https://github.com/allenporter/ical/releases/tag/4.2.9
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/ical/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ical/default.nix b/pkgs/development/python-modules/ical/default.nix
index 5ec01565e2d1f..bcda9af2ec2a4 100644
--- a/pkgs/development/python-modules/ical/default.nix
+++ b/pkgs/development/python-modules/ical/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "ical";
-  version = "4.2.8";
+  version = "4.2.9";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "allenporter";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-vOjsHGB1VJuBEfLAXUkvTbQSFi4mkpf9qROVZo3ZABY=";
+    hash = "sha256-p1cvs+xLin2WK2zyqQFd1vWKzt+LU2mpDSieOgA7Qf8=";
   };
 
   propagatedBuildInputs = [