File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/stookwijzer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments