python3Packages.heudiconv: 1.4.0 -> 1.5.0 (#554396)

This commit is contained in:
Nick Cao
2026-08-20 17:03:00 +00:00
committed by GitHub

View File

@@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "heudiconv";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-xjPfKwYG2gh/USaMKyrdtHgmefjEZHgx9SUg93htVVU=";
hash = "sha256-N3W6lkUwb7ejZwyIrvvZBBOuuypchIaEYx6XQhmvSwc=";
};
postPatch = ''