summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-09-03 22:32:43 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-03 22:32:43 +0200
commit467c3fc9c83f0b709166335f00f18c799b1848fa (patch)
treec7fa497c4493a036b86137bf29583b857a7e31e4
parente89bfed9d701b753be10bbf2790cb8b3032fff04 (diff)
downloadnixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.tar
nixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.tar.gz
nixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.tar.bz2
nixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.tar.lz
nixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.tar.xz
nixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.tar.zst
nixpkgs-467c3fc9c83f0b709166335f00f18c799b1848fa.zip
python311Packages.peaqevcore: 19.2.1 -> 19.3.2
Changelog: https://github.com/elden1337/peaqev-core/releases/tag/19.3.2
-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 b759ccfae4f..6a2cb70d417 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 = "19.2.1";
+  version = "19.3.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-4HLRZSxeRqpe8xutu5sGO63LAStx+3OgkQ1qPH1CUDY=";
+    hash = "sha256-hVI3syst8F5BNrHcu21OxszPMWuv0wY65yFdfoXLMWM=";
   };
 
   postPatch = ''