mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
Merge pull request #224045 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 13.4.5 -> 13.4.10
This commit is contained in:
commit
5003b7f453
@ -6,14 +6,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "peaqevcore";
|
||||
version = "13.4.5";
|
||||
version = "13.4.10";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-/XuaLc6mItjVle9aac3eEMyl22yilNRPydM0k4B7bC4=";
|
||||
hash = "sha256-nBvBLX9g7d1+Ioyn0/n6sxd9UIXJUp06ZMVDrh81Vg4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user