Skip to content

Commit 9d9ae93

Browse files
committed
python312Packages.stookwijzer: 1.5.2 -> 1.5.4
1 parent 255804f commit 9d9ae93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/stookwijzer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "stookwijzer";
12-
version = "1.5.2";
12+
version = "1.5.4";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "fwestenberg";
1717
repo = "stookwijzer";
1818
tag = "v${version}";
19-
hash = "sha256-ES9atB0KricNI5KWQC5Eoftwd/Le7Id3855977KuEy4=";
19+
hash = "sha256-ZbXXpmyu4sczYlM0rFn1xIUYmQtxLv4SiQrk8qox8Dk=";
2020
};
2121

2222
build-system = [ setuptools ];
@@ -32,7 +32,7 @@ buildPythonPackage rec {
3232
doCheck = false;
3333

3434
meta = {
35-
changelog = "https://github.com/fwestenberg/stookwijzer/releases/tag/v${version}";
35+
changelog = "https://github.com/fwestenberg/stookwijzer/releases/tag/${src.tag}";
3636
description = "Python package for the Stookwijzer API";
3737
homepage = "https://github.com/fwestenberg/stookwijzer";
3838
license = lib.licenses.mit;

0 commit comments

Comments
 (0)