python312Packages.pybase64: 1.4.0 -> 1.4.1
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user