Merge pull request #250299 from r-ryantm/auto-update/python310Packages.pybase64

python310Packages.pybase64: 1.2.3 -> 1.3.0
This commit is contained in:
Matthias Beyer 2023-08-20 09:09:24 +02:00 committed by GitHub
commit 6ca770ad55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "pybase64";
version = "1.2.3";
version = "1.3.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-dtB035p7mJs1iZJqsZRmd7uzmez+IwcUsTFX4mM2Ee0=";
hash = "sha256-1MZHKrAITr1O4AW7mFFym9xk2PYsb65b2wdrICn0iO4=";
};
nativeCheckInputs = [ pytestCheckHook ];