python3Packages.heudiconv: 1.3.4 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-05-05 13:36:35 +00:00
parent cadd3b008c
commit e5635b2d84
@@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "heudiconv";
version = "1.3.4";
version = "1.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zT/xy9f0GBmhGJm4Gd0ZEKNSifBBjx0RmTOqq6qN4ao=";
hash = "sha256-xjPfKwYG2gh/USaMKyrdtHgmefjEZHgx9SUg93htVVU=";
};
postPatch = ''