python3Packages.datasalad: 0.4.0 -> 0.5.0

https://github.com/datalad/datasalad/blob/main/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:00 +02:00
parent 30572dc322
commit 97ca5d08dd
@@ -4,6 +4,7 @@
hatchling,
hatch-vcs,
lib,
gitMinimal,
more-itertools,
psutil,
pytestCheckHook,
@@ -12,14 +13,14 @@
buildPythonPackage rec {
pname = "datasalad";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "datalad";
repo = "datasalad";
tag = "v${version}";
hash = "sha256-UIrbvFz674+HarFbv1eF++flj1hOR0cZyqKQSl+G7xY=";
hash = "sha256-v0qq9uzO2nD2RZ9LlmBzs3OOAriylrq9mcmgpDga4gw=";
};
build-system = [
@@ -28,6 +29,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
gitMinimal
pytestCheckHook
more-itertools
psutil