about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-06 10:12:16 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-06 10:12:16 +0200
commit20cd7ed276aa5d1fb13c43fe724c0c543ea017e5 (patch)
tree1c04ef4c7fc27e3effd23df9c2eb8c2f9343d3ee /pkgs
parentfc55cdb8340a3258a1ad6f3eb8df52dac36c3e70 (diff)
python312Packages.peaqevcore: 19.9.2 -> 19.9.4
Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.9.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/peaqevcore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/peaqevcore/default.nix b/pkgs/development/python-modules/peaqevcore/default.nix
index cbc81c1a03403..0efeaffddd69a 100644
--- a/pkgs/development/python-modules/peaqevcore/default.nix
+++ b/pkgs/development/python-modules/peaqevcore/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "peaqevcore";
-  version = "19.9.2";
+  version = "19.9.4";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-X5JKfIE6rISXb3F2liuyLrVHm5xw3DoFeMhqhEsdEIY=";
+    hash = "sha256-4v+I1NXfVseKid8A5gBIvAIQfwdMMLWUNts9Ga29tWs=";
   };
 
   postPatch = ''