mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
python: python-slugify: 4.0.0 -> 4.0.1
This commit is contained in:
parent
24ba51514f
commit
b409d25c71
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-slugify";
|
||||
version = "4.0.0";
|
||||
version = "4.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c";
|
||||
sha256 = "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ text-unidecode ];
|
||||
|
Loading…
Reference in New Issue
Block a user