mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python: inflect: 1.0.2 -> 2.1.0
This commit is contained in:
parent
5bd94e5c46
commit
fc325aeb50
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "inflect";
|
||||
version = "1.0.2";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "98cf5d82952ed8bf1cf9236c6058e9a21bc66172ecb907969d907741f91388b5";
|
||||
sha256 = "4ded1b2a6fcf0fc0397419c7727f131a93b67b80d899f2973be7758628e12b73";
|
||||
};
|
||||
|
||||
buildInputs = [ setuptools_scm ];
|
||||
|
Loading…
Reference in New Issue
Block a user