python310Packages.precis-i18n: 1.0.5 -> 1.1.0

+2 -2
+2 -2
pkgs/development/python-modules/precis-i18n/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "precis-i18n"; 9 - version = "1.0.5"; 10 format = "setuptools"; 11 12 disabled = pythonOlder "3.7"; ··· 15 owner = "byllyfish"; 16 repo = "precis_i18n"; 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-DSm+KomveGs9ZzNFiT0B1gAjx2fh0BaUdKW0J+kW24U="; 19 }; 20 21 pythonImportsCheck = [
··· 6 7 buildPythonPackage rec { 8 pname = "precis-i18n"; 9 + version = "1.1.0"; 10 format = "setuptools"; 11 12 disabled = pythonOlder "3.7"; ··· 15 owner = "byllyfish"; 16 repo = "precis_i18n"; 17 rev = "refs/tags/v${version}"; 18 + hash = "sha256-0Z8JbakShuB8FFGl3NS8VFpHAQgr2P900HVxUafAmyU="; 19 }; 20 21 pythonImportsCheck = [