Merge pull request #188045 from fabaff/autarco-bump

python310Packages.autarco: 0.1.0 -> 0.2.0
This commit is contained in:
Fabian Affolter 2022-08-23 20:11:07 +02:00 committed by GitHub
commit 1ded9c47d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "autarco";
version = "0.1.0";
version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-autarco";
rev = "v${version}";
hash = "sha256-ID1lCGfF6XHVv8Azd34a30hcsX17uMXo22stAhYH1Uo=";
hash = "sha256-3f6N4b6WZPAUUQTuGeb20q0f7ZqDR+O24QRze5RpRlw=";
};
nativeBuildInputs = [