3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #221453 from fabaff/peaqevcore-bump

python310Packages.peaqevcore: 13.1.1 -> 13.2.0
This commit is contained in:
Fabian Affolter 2023-03-16 20:14:14 +01:00 committed by GitHub
commit a8fa8c2e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "peaqevcore";
version = "13.1.1";
version = "13.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-JwmShU/YJhJvNofKrE8/e3/PKFSEGWWhHO8heEWTZac=";
hash = "sha256-fu4NL5m8+eae2+sTyi1yNA1J2qQfjfSlbIQyorlXZ6Y=";
};
postPatch = ''