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.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "pytask";
|
||||
version = "0.5.2";
|
||||
version = "0.5.5";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
owner = "pytask-dev";
|
||||
repo = "pytask";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-YJouWQ9Edj27nD72m7EDSH9TXcrsu6X+pGDo5fgGU5U=";
|
||||
hash = "sha256-0e1pJzoszTW8n+uFJlEeYstvHf4v+I2Is7oEHJ1qV7o=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -79,7 +79,7 @@ buildPythonPackage rec {
|
||||
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user