about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-17 08:18:20 +0200
committerGitHub <noreply@github.com>2024-06-17 08:18:20 +0200
commitd87e415a79c647c3a84de1d72d725d8192b14d8e (patch)
tree2a4d23dd56fe916dcf03a368657c0f1f067572f4
parent712c5c6bb79caa8c76d94d58bbc812c4acd5114b (diff)
parent6a7dc95227d497b894535dfe098ce7b13d180b2f (diff)
Merge pull request #320280 from fabaff/pyexploitdb-bump
python312Packages.pyexploitdb: 0.2.21 -> 0.2.22
-rw-r--r--pkgs/development/python-modules/pyexploitdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyexploitdb/default.nix b/pkgs/development/python-modules/pyexploitdb/default.nix
index 7adc58c43e77d..c86678cbc499f 100644
--- a/pkgs/development/python-modules/pyexploitdb/default.nix
+++ b/pkgs/development/python-modules/pyexploitdb/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "pyexploitdb";
-  version = "0.2.21";
+  version = "0.2.22";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "pyExploitDb";
     inherit version;
-    hash = "sha256-r57zNuKRUfZy+ipttQSfE/+LKOSnH6/4u/ZC1NzgGt8=";
+    hash = "sha256-zLGJ8MYfyXrJwy8GywOq9fM9rMMmRTgPrgiByGwQ+gM=";
   };
 
   build-system = [ setuptools ];