Unverified Commit c7ca9114 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.hcloud: 2.12.0 -> 2.13.0 (#473881)

parents 060df22a c6ac8c60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "hcloud";
  version = "2.12.0";
  version = "2.13.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8UWxjvxtcP/z1IskTt/eKcD+Pd37utz+cdY/QfUkQfc=";
    hash = "sha256-l0sio2w0fhE/+LJavSzThoARKISFGStWJynbprIjdeE=";
  };

  build-system = [ setuptools ];