about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-05-15 11:01:32 +0200
committerGitHub <noreply@github.com>2023-05-15 11:01:32 +0200
commit10a3e94df58b407a5dc06cc523c5d08887fb8187 (patch)
tree65c464a879e160dbe5a91e0d3d9474cc0fede04f
parent40541b1a63e3e5ac08024a7d41c32f8aa09d6e26 (diff)
parentf3f6bacd0b47d66fabbc48136d6d43c73ba17a4d (diff)
downloadnixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.tar
nixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.tar.gz
nixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.tar.bz2
nixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.tar.lz
nixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.tar.xz
nixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.tar.zst
nixlib-10a3e94df58b407a5dc06cc523c5d08887fb8187.zip
Merge pull request #231999 from fabaff/types-python-dateutil-bump
python311Packages.types-python-dateutil: 2.8.19.12 -> 2.8.19.13
-rw-r--r--pkgs/development/python-modules/types-python-dateutil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-python-dateutil/default.nix b/pkgs/development/python-modules/types-python-dateutil/default.nix
index af3258699104..1f03d20e90c7 100644
--- a/pkgs/development/python-modules/types-python-dateutil/default.nix
+++ b/pkgs/development/python-modules/types-python-dateutil/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-python-dateutil";
-  version = "2.8.19.12";
+  version = "2.8.19.13";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-NVssuCsx5Vb9GOewdN58NQxoCrgGCPDMVbpncNmG1n0=";
+    hash = "sha256-CaAnX5XuMc5oGWcQ7Sw9G53ELgthzEOsw2mkLLk5E08=";
   };
 
   # Modules doesn't have tests