python3Packages.multimethod: 2.0 -> 2.0.2 (#458437)

This commit is contained in:
dotlambda
2025-12-06 20:18:23 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "multimethod";
version = "2.0";
version = "2.0.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "coady";
repo = "multimethod";
tag = "v${version}";
hash = "sha256-/91re2K+nVKULJOjDoimpOukQlLlsMS9blkVQWit2eI=";
hash = "sha256-0En3NdLLmS/4bw0I3z9xxKa85tECi1rjmpZyxYuZk3w=";
};
nativeBuildInputs = [ setuptools ];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Multiple argument dispatching";
homepage = "https://coady.github.io/multimethod/";
changelog = "https://github.com/coady/multimethod/tree/${src.tag}#changes";
changelog = "https://github.com/coady/multimethod/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
};