python3Packages.pybase64: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm
2025-12-10 17:06:48 +00:00
parent 9c8765aea4
commit fd0e6ce867
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pybase64";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
repo = "pybase64";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-VSCMBKyDgNjwRUvT29z3KdN/dReqbmaaNeWomnyFJFg=";
hash = "sha256-cR8Ht6QbHXCED86xCbiLg4bxt1Hkv4Ota7R+voZE3yo=";
};
build-system = [ setuptools ];