about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:59 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:25:01 +0100
commit53f6fa71b9fec4d2c3f773aeba31847d270839b7 (patch)
tree680302c0131a07b1936a7cca7819f938e2212e2e /pkgs/development
parent7e06a657526b803cf30c4611fb4da3df59cefb97 (diff)
python3Packages.typeshed-client: 2.4.0 -> 2.5.1
https://github.com/JelleZijlstra/typeshed_client/releases/tag/v2.5.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/typeshed-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/typeshed-client/default.nix b/pkgs/development/python-modules/typeshed-client/default.nix
index 03877756e5721..153f8a79daf46 100644
--- a/pkgs/development/python-modules/typeshed-client/default.nix
+++ b/pkgs/development/python-modules/typeshed-client/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "typeshed-client";
-  version = "2.4.0";
+  version = "2.5.1";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "JelleZijlstra";
     repo = "typeshed_client";
     rev = "refs/tags/v${version}";
-    hash = "sha256-g3FECKebKeM3JPWem6+Y9T27PcAxVxj1SiBd5siLSJ4=";
+    hash = "sha256-lITreXYn/ZOc1fF2Sqcn8UDrZAjWYfjFSEaAxqTHb4s=";
   };
 
   nativeBuildInputs = [