python3Packages.pkg-about: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-09-03 19:56:55 +00:00
parent 33d95fc710
commit 80b58824e9
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pkg-about";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pkg_about";
inherit version;
hash = "sha256-D3lcyisijpDDQkYWR1OB5dUo2ErnRjmV/H9mCsDJuxM=";
hash = "sha256-+I/a4BFGKPiuRPQwRr7+Sz05YRw4ZgwxgvDU8OWpnJc=";
};
# tox is listed in build requirements but not actually used to build