File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/ancp-bids Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "ancp-bids" ;
15- version = "0.2.6 " ;
15+ version = "0.2.9 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.7" ;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222 owner = "ANCPLabOldenburg" ;
2323 repo = pname ;
2424 tag = version ;
25- hash = "sha256-JxF1W4yMPFIQXPH7QHfcHssWMP/Uci07e66WE5qVJx4 =" ;
25+ hash = "sha256-vmw8SAikvbaHnPOthBQxTbyvDwnnZwCOV97aUogIgxw =" ;
2626 } ;
2727
2828 build-system = [ setuptools ] ;
@@ -42,7 +42,7 @@ buildPythonPackage rec {
4242 meta = with lib ; {
4343 homepage = "https://ancpbids.readthedocs.io" ;
4444 description = "Read/write/validate/query BIDS datasets" ;
45- changelog = "https://github.com/ANCPLabOldenburg/ancp-bids/releases/tag/${ version } " ;
45+ changelog = "https://github.com/ANCPLabOldenburg/ancp-bids/releases/tag/${ src . tag } " ;
4646 license = licenses . mit ;
4747 maintainers = with maintainers ; [ bcdarwin ] ;
4848 } ;
You can’t perform that action at this time.
0 commit comments