1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

Merge pull request #116081 from r-ryantm/auto-update/python3.8-inflect

python38Packages.inflect: 5.2.0 -> 5.3.0
This commit is contained in:
Fabian Affolter 2021-03-17 10:17:47 +01:00 committed by GitHub
commit b69d31d9e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "inflect";
version = "5.2.0";
version = "5.3.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "30e9d9d372e693739beaae1345dc53c48871ca70c5c7060edd3e7e77802bf945";
sha256 = "41a23f6788962e9775e40e2ecfb1d6455d02de315022afeedd3c5dc070019d73";
};
nativeBuildInputs = [ setuptools_scm toml ];