tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.peaqevcore: 19.11.3 -> 19.11.4
R. Ryantm
1 year ago
7fd6be2f
68a5a253
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
peaqevcore
default.nix
+2
-2
pkgs/development/python-modules/peaqevcore/default.nix
···
8
8
9
9
buildPythonPackage rec {
10
10
pname = "peaqevcore";
11
11
-
version = "19.11.3";
11
11
+
version = "19.11.4";
12
12
pyproject = true;
13
13
14
14
disabled = pythonOlder "3.7";
15
15
16
16
src = fetchPypi {
17
17
inherit pname version;
18
18
-
hash = "sha256-fi50TFmVOSAtsf/odgnHi6Zwfrk7hW0zi0o18Wewvpo=";
18
18
+
hash = "sha256-v4VoRzQIeqKlxjMYveYL/B6p+2HcmpTkLq/8grl0wtY=";
19
19
};
20
20
21
21
postPatch = ''