python3Packages.returns: 0.24.0 -> 0.26.0
https://github.com/dry-python/returns/blob/0.26.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "returns";
|
||||
version = "0.24.0";
|
||||
version = "0.26.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "dry-python";
|
||||
repo = "returns";
|
||||
tag = version;
|
||||
hash = "sha256-qmBxW1XxUlFpAqf2t2ix01TN5NSxOtnYqLyE5ovZU58=";
|
||||
hash = "sha256-VQzsa/uNTQVND0kc20d25to/6LELEiS3cqvG7a1kDw4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -63,7 +63,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Make your functions return something meaningful, typed, and safe";
|
||||
homepage = "https://github.com/dry-python/returns";
|
||||
changelog = "https://github.com/dry-python/returns/blob/${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/dry-python/returns/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ jessemoore ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user