Unverified Commit 1d4c8832 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

nemorosa: 0.4.0 -> 0.4.1 (#461841)

parents affd9125 5789160f
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.4.0";
  version = "0.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "KyokoMiki";
    repo = "nemorosa";
    tag = version;
    hash = "sha256-qirdikSJ5APEmPnRwGCEuc8E+J3AOd4uHO68VtmkDRA=";
    hash = "sha256-AqFjpEakEZ21iXmIIxhX+ez2aI/RMsLaUoECipQcaM4=";
  };

  # Upstream uses overly strict, fresh version specifiers