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.

Changed files
+3 -3
pkgs
development
python-modules
returns
+3 -3
pkgs/development/python-modules/returns/default.nix
···
buildPythonPackage rec {
pname = "returns";
-
version = "0.24.0";
+
version = "0.26.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "dry-python";
repo = "returns";
tag = version;
-
hash = "sha256-qmBxW1XxUlFpAqf2t2ix01TN5NSxOtnYqLyE5ovZU58=";
+
hash = "sha256-VQzsa/uNTQVND0kc20d25to/6LELEiS3cqvG7a1kDw4=";
};
postPatch = ''
···
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 ];
};