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