Merge pull request #118608 from aszlig/python-hetzner-0.8.3

pythonPackages.hetzner: 0.8.2 -> 0.8.3
This commit is contained in:
Sandro 2021-04-05 18:54:13 +02:00 committed by GitHub
commit 98d18c373d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "hetzner";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
repo = "hetzner";
owner = "aszlig";
rev = "v${version}";
sha256 = "152fklxff08s71v0b78yp5ajwpqyszm3sd7j0qsrwa2x9ik4968h";
sha256 = "0nhm7j2y4rgmrl0c1rklg982qllp7fky34dchqwd4czbsdnv9j7a";
};
meta = with lib; {