We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e5cb7f + cad6708 commit b51565cCopy full SHA for b51565c
pkgs/development/python-modules/peaqevcore/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "peaqevcore";
11
- version = "19.11.2";
+ version = "19.11.3";
12
pyproject = true;
13
14
disabled = pythonOlder "3.7";
15
16
src = fetchPypi {
17
inherit pname version;
18
- hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw=";
+ hash = "sha256-fi50TFmVOSAtsf/odgnHi6Zwfrk7hW0zi0o18Wewvpo=";
19
};
20
21
postPatch = ''
0 commit comments