Merge pull request #152073 from r-ryantm/auto-update/python3.8-pybase64

python38Packages.pybase64: 1.2.0 -> 1.2.1
This commit is contained in:
Fabian Affolter 2021-12-25 12:00:54 +01:00 committed by GitHub
commit 9cfaf96500
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.0";
version = "1.2.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "9e310fcf5cfa2cbf7d1d7eb503b6066bec785216bcd1d8c0a736f59d5ec21b0b";
sha256 = "d2016a3a487d3d4501d8281f61ee54c25efd65e37a4c7dce8011e0de7183c956";
};
checkInputs = [ pytestCheckHook ];