Unverified Commit afc2ff0f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.consolekit: 1.7.2 -> 1.9.0 (#407335)

parents f494d534 fc9f9c2f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
}:
buildPythonPackage rec {
  pname = "consolekit";
  version = "1.7.2";
  version = "1.9.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-3qa58lA2nquII99W+SGEQHHlb1BRrAWdihUOiQYmcns=";
    hash = "sha256-gePFFOq6jQF0QA0gls1+cjdNMRutZfM2Og6/FpP0w3Q=";
  };

  build-system = [ flit-core ];
@@ -32,8 +32,8 @@ buildPythonPackage rec {
  ];

  meta = {
    description = "Additional utilities for click.";
    homepage = "https://pypi.org/project/consolekit";
    description = "Additional utilities for click";
    homepage = "https://github.com/domdfcoding/consolekit";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ tyberius-prime ];
  };