nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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.

+4 -2
+4 -2
pkgs/development/python-modules/datasalad/default.nix
··· 4 4 hatchling, 5 5 hatch-vcs, 6 6 lib, 7 + gitMinimal, 7 8 more-itertools, 8 9 psutil, 9 10 pytestCheckHook, ··· 13 12 14 13 buildPythonPackage rec { 15 14 pname = "datasalad"; 16 - version = "0.4.0"; 15 + version = "0.5.0"; 17 16 pyproject = true; 18 17 19 18 src = fetchFromGitHub { 20 19 owner = "datalad"; 21 20 repo = "datasalad"; 22 21 tag = "v${version}"; 23 - hash = "sha256-UIrbvFz674+HarFbv1eF++flj1hOR0cZyqKQSl+G7xY="; 22 + hash = "sha256-v0qq9uzO2nD2RZ9LlmBzs3OOAriylrq9mcmgpDga4gw="; 24 23 }; 25 24 26 25 build-system = [ ··· 29 28 ]; 30 29 31 30 nativeCheckInputs = [ 31 + gitMinimal 32 32 pytestCheckHook 33 33 more-itertools 34 34 psutil