3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pycep-parser: 0.3.5 -> 0.3.6

This commit is contained in:
Fabian Affolter 2022-05-21 22:43:47 +02:00
parent bfb3846da2
commit 04404b3d12

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pycep-parser";
version = "0.3.5";
version = "0.3.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "gruebel";
repo = "pycep";
rev = "refs/tags/${version}";
hash = "sha256-Nj/drNRSIBh8DaE+vzQRijQg8NVUK5qBClwU3aWiA48=";
hash = "sha256-v8GJHwkY4FFmqPzEfFdvYhxj9G/H74KkhyM40K+mQ3A=";
};
nativeBuildInputs = [