python3Packages.pybase64: 1.4.3 -> 1.5.0 (#552053)

This commit is contained in:
Fabián Heredia Montiel
2026-08-21 22:57:17 +00:00
committed by GitHub

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pybase64";
version = "1.4.3";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
@@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "pybase64";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-cR8Ht6QbHXCED86xCbiLg4bxt1Hkv4Ota7R+voZE3yo=";
hash = "sha256-7cUgvY/RLpkl6EfDCnki299m+KD2EpDLwIt4ut1hs38=";
};
build-system = [ setuptools ];