summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-04-30 15:44:47 +0200
committerGitHub <noreply@github.com>2022-04-30 15:44:47 +0200
commit4fb974f54e5c2afebcb99c24fe2940fef2ee9849 (patch)
tree36034f2875da14ff312ba4ee6ffd862ff97db476 /pkgs
parent536528ede8932f6b6ac697dc0be9a2b1b7be93f4 (diff)
parent1c6a5a7c174753c435de9174454c826b0d13aaa8 (diff)
Merge pull request #170993 from r-ryantm/auto-update/python3.10-types-decorator
python310Packages.types-decorator: 5.1.6 -> 5.1.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-decorator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-decorator/default.nix b/pkgs/development/python-modules/types-decorator/default.nix
index 114ceade047af..d2f9ef03f5df6 100644
--- a/pkgs/development/python-modules/types-decorator/default.nix
+++ b/pkgs/development/python-modules/types-decorator/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-decorator";
-  version = "5.1.6";
+  version = "5.1.7";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-OZ+qczvJMstRtQ08odfpV7KuAvPE1xGcdpYxKCo4aKY=";
+    sha256 = "sha256-srf0f9AcoY+JyMAmSDnZLl95oezAes5Hu5AO/XzQL1k=";
   };
 
   # Modules doesn't have tests