python3Packages.pkg-about: 1.3.7 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-08-23 13:18:43 +00:00
parent 95928065c3
commit dd9ccc24ed
@@ -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