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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user