python312Packages.pybase64: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm
2025-04-22 13:46:37 +00:00
parent 00a5791030
commit 3fcd89aa6c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pybase64";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
repo = "pybase64";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-Yl0P9Ygy6IirjSFrutl+fmn4BnUL1nXzbQgADNQFg3I=";
hash = "sha256-mEwFcnqUKCWYYrcjELshJYNqTxQ//4w4OzaWhrzB5Mg=";
};
build-system = [ setuptools ];
@@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "Fast Base64 encoding/decoding";
mainProgram = "pybase64";
homepage = "https://github.com/mayeut/pybase64";
changelog = "https://github.com/mayeut/pybase64/releases/tag/v${version}";
changelog = "https://github.com/mayeut/pybase64/releases/tag/${src.tag}";
license = lib.licenses.bsd2;
maintainers = [ ];
};