Commit ad021458 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.syne-tune: 0.14.2 -> 0.15.0

https://github.com/syne-tune/syne-tune/releases/tag/v0.15.0

This commit was automatically generated using update-python-libraries.
parent 621c3c3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@
}:
buildPythonPackage rec {
  pname = "syne-tune";
  version = "0.14.2";
  version = "0.15.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "syne-tune";
    repo = "syne-tune";
    tag = "v${version}";
    hash = "sha256-51QyfJ0XOcXTeE95YOhtUmhat23joaEYvUnk7hYfksY=";
    hash = "sha256-UNBpfC+aLXhkbyvCG2K00yedJnpYpfldqisZ/wDPtuA=";
  };

  postPatch = ''