Commit c6ac8c60 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.hcloud: 2.12.0 -> 2.13.0

parent 244110c8
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 ];