python312Packages.base64io: 1.0.3-unstable-2024-06-24 -> 1.0.3-unstable-2025-01-09

This commit is contained in:
R. Ryantm
2025-01-19 13:41:59 +00:00
parent 3ab4abae1d
commit fe637e0213

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "base64io";
version = "1.0.3-unstable-2024-06-24";
version = "1.0.3-unstable-2025-01-09";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "aws";
repo = "base64io-python";
rev = "f3dd88bf0db6eb412c55ff579f0aa9f39d970c41";
hash = "sha256-znQlPlS+jzPiHNBvnDnZ8l1pZP6iuYqExDlPii4dJwM=";
rev = "1bd47f7f8cfeeff654ea0edda3fbb69f840ccd05";
hash = "sha256-1MUWjFFitJ3nqvVwAQYcAVVPhPs6NEgq7t/mI71u2Bk=";
};
build-system = [ setuptools ];