Merge pull request #188741 from r-ryantm/auto-update/python3.10-pybase64

python310Packages.pybase64: 1.2.2 -> 1.2.3
This commit is contained in:
Jonas Heinrich 2022-08-30 09:49:57 +02:00 committed by GitHub
commit 37cd0a2802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pybase64"; pname = "pybase64";
version = "1.2.2"; version = "1.2.3";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-vv2YOlp7ZVE1W2q+VnI/f58SxYDgLxJreIOwdb6/8lw="; sha256 = "sha256-dtB035p7mJs1iZJqsZRmd7uzmez+IwcUsTFX4mM2Ee0=";
}; };
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];