python312Packages.pybase64: 1.4.0 -> 1.4.1 (#400853)

authored by

Nick Cao and committed by
GitHub
7456f260 099d038e

+3 -3
+3 -3
pkgs/development/python-modules/pybase64/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "pybase64"; 13 - version = "1.4.0"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 20 repo = "pybase64"; 21 tag = "v${version}"; 22 fetchSubmodules = true; 23 - hash = "sha256-Yl0P9Ygy6IirjSFrutl+fmn4BnUL1nXzbQgADNQFg3I="; 24 }; 25 26 build-system = [ setuptools ]; ··· 35 description = "Fast Base64 encoding/decoding"; 36 mainProgram = "pybase64"; 37 homepage = "https://github.com/mayeut/pybase64"; 38 - changelog = "https://github.com/mayeut/pybase64/releases/tag/v${version}"; 39 license = lib.licenses.bsd2; 40 maintainers = [ ]; 41 };
··· 10 11 buildPythonPackage rec { 12 pname = "pybase64"; 13 + version = "1.4.1"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; ··· 20 repo = "pybase64"; 21 tag = "v${version}"; 22 fetchSubmodules = true; 23 + hash = "sha256-mEwFcnqUKCWYYrcjELshJYNqTxQ//4w4OzaWhrzB5Mg="; 24 }; 25 26 build-system = [ setuptools ]; ··· 35 description = "Fast Base64 encoding/decoding"; 36 mainProgram = "pybase64"; 37 homepage = "https://github.com/mayeut/pybase64"; 38 + changelog = "https://github.com/mayeut/pybase64/releases/tag/${src.tag}"; 39 license = lib.licenses.bsd2; 40 maintainers = [ ]; 41 };