summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-28 22:36:07 +0000
committerGitHub <noreply@github.com>2018-10-28 22:36:07 +0000
commitd221f7d0c2c6607848ca17c16c009483b96d282c (patch)
tree9a6a415383bb7b1466f9b3217dd0ded4693c5e8c /pkgs
parent4f667e1e405bf8dcfd9b5e4c78b7a713ed6d2b49 (diff)
parent13c8469938d9fa86a3a637b9314e8ce7dbce7e25 (diff)
downloadnixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.tar
nixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.tar.gz
nixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.tar.bz2
nixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.tar.lz
nixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.tar.xz
nixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.tar.zst
nixlib-d221f7d0c2c6607848ca17c16c009483b96d282c.zip
Merge pull request #49043 from r-ryantm/auto-update/python3.6-icalendar
python36Packages.icalendar: 3.9.0 -> 4.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/icalendar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/icalendar/default.nix b/pkgs/development/python-modules/icalendar/default.nix
index b83785211f88..e2e833f7c476 100644
--- a/pkgs/development/python-modules/icalendar/default.nix
+++ b/pkgs/development/python-modules/icalendar/default.nix
@@ -7,12 +7,12 @@
 }:
 
 buildPythonPackage rec {
-  version = "3.9.0";
+  version = "4.0.3";
   pname = "icalendar";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "93d0b94eab23d08f62962542309916a9681f16de3d5eca1c75497f30f1b07792";
+    sha256 = "0mk3dk1dxkcm46jy48v27j2w2349iv4sbimqj1yb5js43mx49hh7";
   };
 
   buildInputs = [ setuptools ];