python312Packages.foolscap: 23.3.0 -> 24.9.0 (#342892)

This commit is contained in:
OTABI Tomoya 2024-09-25 20:23:35 +09:00 committed by GitHub
commit 2e2656a34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "foolscap";
version = "23.3.0";
version = "24.9.0";
pyproject = true;
build-system = [
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-Vu7oXC1brsgBwr2q59TAgx8j1AFRbi5mjRNIWZTbkUU=";
hash = "sha256-vWsAdUDbWQuG3e0oAtLq8rA4Ys2wg38fD/h+E1ViQQg=";
};
postPatch = ''