mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 04:04:06 +01:00
python3Packages.hcloud: 2.16.0 -> 2.17.0 (#497346)
This commit is contained in:
commit
d985b8b529
1 changed files with 2 additions and 2 deletions
|
|
@ -10,12 +10,12 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "hcloud";
|
||||
version = "2.16.0";
|
||||
version = "2.17.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit (finalAttrs) pname version;
|
||||
hash = "sha256-6xrLMRW8CzVrRQrSMlaHO1gxGzV6SWJaj+DLq6LbUJs=";
|
||||
hash = "sha256-OZat72vA9XVWULuLiwJKzrqywp4hfaxXnDA3Ivw3roU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue