python312Packages.jaraco-abode: 5.2.1 -> 6.2.1

This commit is contained in:
R. Ryantm
2024-10-02 19:35:39 -07:00
committed by Robert Schütz
parent e01bc4e7a2
commit 9e64517d0d
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "jaraco-abode";
version = "5.2.1";
version = "6.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "jaraco";
repo = "jaraco.abode";
rev = "refs/tags/v${version}";
hash = "sha256-1omRBbUNS2/U2laK7E1M0uZfejZVMdGezG5oIGILj70=";
hash = "sha256-t5AI2wpSM6xMzULEZYkUgGvcODM8PVxdd2Vy/PV0Ga4=";
};
nativeBuildInputs = [