about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:58 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:25:00 +0100
commit7e06a657526b803cf30c4611fb4da3df59cefb97 (patch)
treee1e59f4e74f8d2b5909c2ad7dd76183eb928dc92 /pkgs
parent3c0e0035d97d79f3113e0b994234440ff9354799 (diff)
python3Packages.type-infer: 0.0.17 -> 0.0.18
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/type-infer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/type-infer/default.nix b/pkgs/development/python-modules/type-infer/default.nix
index 7983ac8d29bf8..55af22a1c94b5 100644
--- a/pkgs/development/python-modules/type-infer/default.nix
+++ b/pkgs/development/python-modules/type-infer/default.nix
@@ -24,7 +24,7 @@ let
 in
 buildPythonPackage rec {
   pname = "type-infer";
-  version = "0.0.17";
+  version = "0.0.18";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "type_infer";
     inherit version;
-    hash = "sha256-2bPXJuGDXTVoYUP9IfwyRy8LbMT/ySoHDzuelrOq/DU=";
+    hash = "sha256-nA5TlyHpCueFWqUggS7T/eKSLlffp0pIyGCouwXPZ28=";
   };
 
   nativeBuildInputs = [