Unverified Commit 62ea8683 authored by natsukium's avatar natsukium
Browse files

python311Packages.lazr-delegates: 2.0.4 -> 2.1.0

parent c8396e38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };
}