lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.ancp-bids: 0.2.6 -> 0.2.9 (#383251)

authored by

Nick Cao and committed by
GitHub
2806e142 cd65fc61

+3 -3
+3 -3
pkgs/development/python-modules/ancp-bids/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ancp-bids"; 15 - version = "0.2.6"; 15 + version = "0.2.9"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.7"; ··· 22 22 owner = "ANCPLabOldenburg"; 23 23 repo = pname; 24 24 tag = version; 25 - hash = "sha256-JxF1W4yMPFIQXPH7QHfcHssWMP/Uci07e66WE5qVJx4="; 25 + hash = "sha256-vmw8SAikvbaHnPOthBQxTbyvDwnnZwCOV97aUogIgxw="; 26 26 }; 27 27 28 28 build-system = [ setuptools ]; ··· 42 42 meta = with lib; { 43 43 homepage = "https://ancpbids.readthedocs.io"; 44 44 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}"; 46 46 license = licenses.mit; 47 47 maintainers = with maintainers; [ bcdarwin ]; 48 48 };