about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-06 10:53:10 -0400
committerGitHub <noreply@github.com>2024-05-06 10:53:10 -0400
commit2c2f8e64ddd1081a4dd3b1de27c4ab7ec9b58c80 (patch)
treebab661aaad43bace47e69d13d266524bcbaf5456 /pkgs
parentb95467b90628716b3027de617d90f5d290771244 (diff)
parent20cd7ed276aa5d1fb13c43fe724c0c543ea017e5 (diff)
Merge pull request #309495 from fabaff/peaqevcore-bump
python312Packages.peaqevcore: 19.9.2 -> 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 = ''