1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

python310Packages.pontos: 22.1.0 -> 22.1.1

This commit is contained in:
Fabian Affolter 2022-01-13 00:56:19 +01:00
parent bf41a77ce8
commit 102c6a9379

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "22.1.0";
version = "22.1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/C7BiKWdMcUuKXxPTdttT79YjBDmwj9CG5W38YZHw2c=";
sha256 = "sha256-p7E86McHeijsXpaByD5qLHYQLnSImLwHn15INyxWiZc=";
};
nativeBuildInputs = [