3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.net2grid: 2.0.0 -> 3.0.0

This commit is contained in:
R. Ryantm 2022-02-16 09:30:29 +00:00
parent 19574af0af
commit 0f90feb8e0

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "net2grid";
version = "2.0.0";
version = "3.0.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-net2grid";
rev = "v${version}";
hash = "sha256-2hjWQaktx7XUS7gf7A+9QNSZSujyVZUka/SwEnEu2dg=";
hash = "sha256-nT9qMv4Zr7SjNwHRN3HRR11yl+Oue8VVCfJr2n1D02Q=";
};
nativeBuildInputs = [