3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.hcloud: 1.18.1 -> 1.18.2

This commit is contained in:
R. Ryantm 2023-01-01 06:22:46 +00:00
parent 3d7270abd5
commit 90bd77b1df

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.18.1";
version = "1.18.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-nhz9fJEcYyt7rhIe0AkYPgG/mV0r87KUj/mM2A70rPE=";
hash = "sha256-N71bpWOH48SRxbq9PgirkdXwOQzV6IDk3+oZ4haBvJ4=";
};
propagatedBuildInputs = [