python3Packages.pybase64: 1.4.2 -> 1.4.3

https://github.com/mayeut/pybase64/releases/tag/v1.4.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:54 +01:00
parent e0d41508da
commit 4874da1473
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pybase64";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
@@ -18,7 +18,7 @@ buildPythonPackage rec {
repo = "pybase64";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-VSCMBKyDgNjwRUvT29z3KdN/dReqbmaaNeWomnyFJFg=";
hash = "sha256-cR8Ht6QbHXCED86xCbiLg4bxt1Hkv4Ota7R+voZE3yo=";
};
build-system = [ setuptools ];