Commit dd9ccc24 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pkg-about: 1.3.7 -> 1.4.0

parent 95928065
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "pkg-about";
  version = "1.3.7";
  version = "1.4.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "pkg_about";
    inherit version;
    hash = "sha256-xYGDHXLRWxqA7dxs4hhh+qsEcdNwSh1jvAhpyUdbJOg=";
    hash = "sha256-D3lcyisijpDDQkYWR1OB5dUo2ErnRjmV/H9mCsDJuxM=";
  };

  # tox is listed in build requirements but not actually used to build