python3Packages.pytask: 0.5.2 -> 0.5.5

https://github.com/pytask-dev/pytask/releases/tag/v0.5.5

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
pytask
+3 -3
pkgs/development/python-modules/pytask/default.nix
···
}:
buildPythonPackage rec {
pname = "pytask";
-
version = "0.5.2";
+
version = "0.5.5";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "pytask-dev";
repo = "pytask";
tag = "v${version}";
-
hash = "sha256-YJouWQ9Edj27nD72m7EDSH9TXcrsu6X+pGDo5fgGU5U=";
+
hash = "sha256-0e1pJzoszTW8n+uFJlEeYstvHf4v+I2Is7oEHJ1qV7o=";
};
build-system = [
···
meta = with lib; {
description = "Workflow management system that facilitates reproducible data analyses";
homepage = "https://github.com/pytask-dev/pytask";
-
changelog = "https://github.com/pytask-dev/pytask/releases/tag/v${version}";
+
changelog = "https://github.com/pytask-dev/pytask/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ erooke ];
};