Skip to content

Commit b51565c

Browse files
authored
python313Packages.peaqevcore: 19.11.2 -> 19.11.3 (NixOS#378377)
2 parents 9e5cb7f + cad6708 commit b51565c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/peaqevcore/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "peaqevcore";
11-
version = "19.11.2";
11+
version = "19.11.3";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.7";
1515

1616
src = fetchPypi {
1717
inherit pname version;
18-
hash = "sha256-DQdmZ51jAG+JZkZal17+NIaQ+0lrMS7tqMSZj47tNWw=";
18+
hash = "sha256-fi50TFmVOSAtsf/odgnHi6Zwfrk7hW0zi0o18Wewvpo=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)