python311Packages.lazr-delegates: 2.0.4 -> 2.1.0

Changelog: https://git.launchpad.net/lazr.delegates/tree/NEWS.rst?h=2.1.0
This commit is contained in:
natsukium 2023-11-03 23:36:36 +09:00
parent c8396e38c1
commit 62ea868312
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "lazr-delegates";
version = "2.0.4";
version = "2.1.0";
pyproject = true;
src = fetchPypi {
pname = "lazr.delegates";
inherit version;
hash = "sha256-3e0wLHv85Xmq2NXi8uNnLckgzI2RAVqQRderJAuituU=";
hash = "sha256-UNT7iHK5UuV6SOEmEOVQ+jBm7rV8bGx1tqUUJBi6wZw=";
};
nativeBuildInputs = [
@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Easily write objects that delegate behavior";
homepage = "https://launchpad.net/lazr.delegates";
changelog = "https://git.launchpad.net/lazr.delegates/tree/lazr/delegates/docs/NEWS.rst?h=${version}";
changelog = "https://git.launchpad.net/lazr.delegates/tree/NEWS.rst?h=${version}";
license = licenses.lgpl3Only;
};
}