python3Packages.ancp-bids: 0.2.9 -> 0.3.0 (#424467)

authored by Paul Meyer and committed by GitHub 9017f7ca 13855a51

+2 -2
+2 -2
pkgs/development/python-modules/ancp-bids/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "ancp-bids"; 14 - version = "0.2.9"; 14 + version = "0.3.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 21 21 owner = "ANCPLabOldenburg"; 22 22 repo = "ancp-bids"; 23 23 tag = version; 24 - hash = "sha256-vmw8SAikvbaHnPOthBQxTbyvDwnnZwCOV97aUogIgxw="; 24 + hash = "sha256-n8QfQ2PGdAO6kTfkbFpj3f2gYa3vwuYg+vPpZlGNpb0="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];