about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-08-09 10:09:32 +0200
committerGitHub <noreply@github.com>2021-08-09 10:09:32 +0200
commit809589032440f85b0004d0955c1eea63237f92fc (patch)
treee34630fe0c01071bc2fe38109488a619c4856e87
parent352382dad38498d9472a787911d6f136c8f4b558 (diff)
parent8e6acb7588e282347a2375b7e93f1d7bd9c22f28 (diff)
Merge pull request #133228 from fabaff/bump-types-decorator
python3Packages.types-decorator: 0.1.5 -> 0.1.7
-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 54f531e0f52f3..b0f857196d396 100644
--- a/pkgs/development/python-modules/types-decorator/default.nix
+++ b/pkgs/development/python-modules/types-decorator/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "types-decorator";
-  version = "0.1.5";
+  version = "0.1.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0rfg2s4y23w1xk0502sg2jqbzswalkg6infblyzgf94i4bsg1j48";
+    sha256 = "0pmcc8xpsmij4174ky81vp811yxgic2lj1dfj2fa0ii87nlcfwhp";
   };
 
   # Modules doesn't have tests