Skip to content

Commit 2806e14

Browse files
authored
python312Packages.ancp-bids: 0.2.6 -> 0.2.9 (#383251)
2 parents cd65fc6 + 5e27c8f commit 2806e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/ancp-bids/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage 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
};

0 commit comments

Comments
 (0)