Skip to content

Commit 1d4c883

Browse files
authored
nemorosa: 0.4.0 -> 0.4.1 (#461841)
2 parents affd912 + 5789160 commit 1d4c883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ne/nemorosa/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "nemorosa";
9-
version = "0.4.0";
9+
version = "0.4.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "KyokoMiki";
1414
repo = "nemorosa";
1515
tag = version;
16-
hash = "sha256-qirdikSJ5APEmPnRwGCEuc8E+J3AOd4uHO68VtmkDRA=";
16+
hash = "sha256-AqFjpEakEZ21iXmIIxhX+ez2aI/RMsLaUoECipQcaM4=";
1717
};
1818

1919
# Upstream uses overly strict, fresh version specifiers

0 commit comments

Comments
 (0)