python310Packages.pypck: 0.7.15 -> 0.7.16

Changelog: https://github.com/alengwenus/pypck/releases/tag/0.7.16
This commit is contained in:
Fabian Affolter 2023-01-04 15:18:23 +01:00
parent 13433d2f4d
commit d9e1cee0e9

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pypck";
version = "0.7.15";
version = "0.7.16";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "alengwenus";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-OuM/r9rxIl4niY87cEcbZ73x2ZIQbaPZqbMrQ7hZE/g=";
hash = "sha256-OcXMVgG62JUH28BGvfO/rpnC++/klhBLJ2HafDu9R40=";
};
checkInputs = [