python3Packages.templateflow: 25.0.1 -> 25.0.3

This commit is contained in:
R. Ryantm
2025-08-21 21:09:47 +00:00
parent 0d58fdb089
commit e7c103bb1f
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "templateflow";
version = "25.0.1";
version = "25.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "templateflow";
repo = "python-client";
tag = version;
hash = "sha256-d4la1xjW74oCxUsEzc3LG0xiyLBbTYbomsUWMD0Wyp8=";
hash = "sha256-5LGAuDaJzc2asM5EPOVuOxZwpV0LQNBhMhYKHJlXHmE=";
};
build-system = [