python312Packages.datasalad: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-10-09 14:49:06 +00:00
parent eb9f4a34ae
commit 5eef6ff58e

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "datasalad";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "datalad";
repo = "datasalad";
rev = "refs/tags/v${version}";
hash = "sha256-WkU3MqAveeANrRGLj1A4UGlT5Sel5wxNcYbIeKlPIqE=";
hash = "sha256-UIrbvFz674+HarFbv1eF++flj1hOR0cZyqKQSl+G7xY=";
};
build-system = [