Merge pull request #322270 from r-ryantm/auto-update/python311Packages.base64io

python311Packages.base64io: 1.0.3-unstable-2023-10-30 -> 1.0.3-unstable-2024-06-24
This commit is contained in:
Nick Cao 2024-07-03 19:24:09 -04:00 committed by GitHub
commit 95d069db97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "base64io";
version = "1.0.3-unstable-2023-10-30";
version = "1.0.3-unstable-2024-06-24";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "aws";
repo = "base64io-python";
rev = "604817576e607d1f7f8af1ffa1530522fd4e4be2";
hash = "sha256-RFl0iuyHdPf3VpBxH4m/N2yaKEBxkNMT1ldZP9VGGOk=";
rev = "f3dd88bf0db6eb412c55ff579f0aa9f39d970c41";
hash = "sha256-znQlPlS+jzPiHNBvnDnZ8l1pZP6iuYqExDlPii4dJwM=";
};
build-system = [ setuptools ];