Unverified Commit 85a23541 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

nemorosa: 0.3.0 -> 0.4.0 (#459729)

parents ec499597 7296134d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "nemorosa";
  version = "0.3.0";
  version = "0.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "KyokoMiki";
    repo = "nemorosa";
    tag = version;
    hash = "sha256-UBvtff5fU3kH/+Kw426+yyoyJ3aASBIYDPX+X5jqkA8=";
    hash = "sha256-qirdikSJ5APEmPnRwGCEuc8E+J3AOd4uHO68VtmkDRA=";
  };

  # Upstream uses overly strict, fresh version specifiers