tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.peaqevcore: 19.11.1 -> 19.11.2
R. Ryantm
1 year ago
2f76c6d2
3007f981
+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.1";
11
11
+
version = "19.11.2";
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-yG8zDC2cirP7fXVTP7TP+BoCjRNgyj6AmXUt6anMy/k=";
18
18
+
hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw=";
19
19
};
20
20
21
21
postPatch = ''