Merge pull request #210099 from r-ryantm/auto-update/python310Packages.precis-i18n

python310Packages.precis-i18n: 1.0.4 -> 1.0.5
This commit is contained in:
Fabian Affolter 2023-01-11 00:08:50 +01:00 committed by GitHub
commit 505d740626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
buildPythonPackage rec {
pname = "precis-i18n";
version = "1.0.4";
version = "1.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -14,8 +14,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "byllyfish";
repo = "precis_i18n";
rev = "v${version}";
hash = "sha256-90yNusUyz8qJi7WWYIFhHzrpvu1TqxfpT+lv2CVhSR8=";
rev = "refs/tags/v${version}";
hash = "sha256-DSm+KomveGs9ZzNFiT0B1gAjx2fh0BaUdKW0J+kW24U=";
};
pythonImportsCheck = [
@ -23,8 +23,9 @@ buildPythonPackage rec {
];
meta = with lib; {
homepage = "https://github.com/byllyfish/precis_i18n";
description = "Internationalized usernames and passwords";
homepage = "https://github.com/byllyfish/precis_i18n";
changelog = "https://github.com/byllyfish/precis_i18n/blob/v${version}/CHANGELOG.rst";
license = licenses.mit;
maintainers = with maintainers; [ ];
};