python311Packages.base64io: 1.0.3-unstable-2023-10-30 -> 1.0.3-unstable-2024-06-24

This commit is contained in:
R. Ryantm
2024-06-24 21:20:35 +00:00
parent e1f89770af
commit 6dce0ab935
@@ -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 ];