about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-09 15:43:07 +0100
committerGitHub <noreply@github.com>2023-01-09 15:43:07 +0100
commit86bfbebc4617bf4aaa89596ec7824a8ac2cdd693 (patch)
tree13d7a0db746b5a93108198af847de085c46a501e
parente86a7d700a82552b53eaa64e2e99a2a884f6e39a (diff)
parentdf161564b52916bfd578138703dac6b7ccea6008 (diff)
Merge pull request #209864 from r-ryantm/auto-update/python310Packages.peaqevcore
-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 5a1f6af2760a4..94479a12141da 100644
--- a/pkgs/development/python-modules/peaqevcore/default.nix
+++ b/pkgs/development/python-modules/peaqevcore/default.nix
@@ -6,14 +6,14 @@
 
 buildPythonPackage rec {
   pname = "peaqevcore";
-  version = "10.1.4";
+  version = "10.2.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-h3kNmWa9ZOpI0DG49H3n1MPZu753nrdzSIh8V5N3H6I=";
+    hash = "sha256-uQPz7IB14dFrupZIA87jG5P7USaGKs0WWlgbaLAEPp4=";
   };
 
   postPatch = ''