1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #139219 from r-ryantm/auto-update/python38Packages.pontos

python38Packages.pontos: 21.9.0 -> 21.9.1
This commit is contained in:
Fabian Affolter 2021-09-24 00:17:24 +02:00 committed by GitHub
commit 2abdb215ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, poetry
, poetry-core
, pytestCheckHook
, pythonOlder
, colorful
@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "21.9.0";
version = "21.9.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,11 +21,11 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oNE15BGLKStIyMkuSyypZKFxa73Qsgnf+SMz/rq/gGg=";
sha256 = "1pgvpg5sjmd9p1i9lm39k4r5qsz158wfgwfa56rx0p8xqf00h1xp";
};
nativeBuildInputs = [
poetry
poetry-core
];
propagatedBuildInputs = [