about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-27 10:29:52 -0400
committerGitHub <noreply@github.com>2024-04-27 10:29:52 -0400
commite11847ad981b045686f72ef6596eef5d4432ffd8 (patch)
treeae1e4588a9a240827a31b80b5cd04b642a7a7570 /pkgs/development
parent92bd2151d3afeabdfb73d16ff4697179e8d1788a (diff)
parent74ff6d3ae9b677095642b6ebaf584189e86536dc (diff)
Merge pull request #307091 from r-ryantm/auto-update/python311Packages.types-psutil
python311Packages.types-psutil: 5.9.5.20240316 -> 5.9.5.20240423
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/types-psutil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-psutil/default.nix b/pkgs/development/python-modules/types-psutil/default.nix
index ed7269e458217..dce0292b0ad96 100644
--- a/pkgs/development/python-modules/types-psutil/default.nix
+++ b/pkgs/development/python-modules/types-psutil/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-psutil";
-  version = "5.9.5.20240316";
+  version = "5.9.5.20240423";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-Vjb1cUu5MMZLs0xNR6WdyS+dYQt3i1Nkox2qVYSUSEg=";
+    hash = "sha256-G5ds+GMIMWxawizsaIAVsEJzyE+OaRw9+wwSMY8ypvM=";
   };
 
   # Module doesn't have tests