3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.pycep-parser: 0.4.0 -> 0.4.1

Diff: https://github.com/gruebel/pycep/compare/refs/tags/0.4.0...0.4.1
This commit is contained in:
Fabian Affolter 2023-06-20 08:55:49 +02:00
parent 8cff0900bc
commit 6a5479f4af

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pycep-parser";
version = "0.4.0";
version = "0.4.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "gruebel";
repo = "pycep";
rev = "refs/tags/${version}";
hash = "sha256-ZKvFurD5DzByeqDJZdJHpkaUh00UoitCGYDh+TmF/Yc=";
hash = "sha256-OSdxdhGAZhl625VdIDHQ1aepQR5B0pCTLavfxer1tqc=";
};
nativeBuildInputs = [