about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-26 07:08:09 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-26 07:08:09 +0200
commit4c1e8e6062edc3344988e0e90557caa92a871274 (patch)
tree51597dd244ee835979cf16dd939f039ee9be6d6a
parent256d46f0201001887c9a9e479b25053a2696b3bd (diff)
python312Packages.pyexploitdb: 0.2.18 -> 0.2.19
Changelog: https://github.com/GoVanguard/pyExploitDb/blob/master/ChangeLog.md
-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 4178d616ae8f0..9e2e4f5c33718 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.18";
+  version = "0.2.19";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "pyExploitDb";
     inherit version;
-    hash = "sha256-pwlS0304aTSrGZFIj5f+jstcFwcy/liqQBW8p7hUhKE=";
+    hash = "sha256-coxO3WQt60b6I2QfhViuTiOp+VuktUoddWjbMxUOx7E=";
   };
 
   build-system = [ setuptools ];