python3Packages.pkg-about: 1.5.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-09-14 17:15:42 +00:00
parent 2296a312c2
commit 3b4558ba9c
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pkg-about";
version = "1.5.0";
version = "2.0.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pkg_about";
inherit version;
hash = "sha256-+I/a4BFGKPiuRPQwRr7+Sz05YRw4ZgwxgvDU8OWpnJc=";
hash = "sha256-hgQOmp+R4ZWbq8hKRUQQzMO4hl/pHAGiJK9c4lxEkaI=";
};
# tox is listed in build requirements but not actually used to build