python3Packages.python-slugify: 6.1.0 -> 6.1.1

This commit is contained in:
Martin Weinelt
2022-03-02 22:42:21 +01:00
parent 340b69d7d2
commit 43607344a5

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "python-slugify";
version = "6.1.0";
version = "6.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-7/GQ5N+sl9L4wYkO5oJwns0jZQdCNhaH24LZXh5eJfU=";
hash = "sha256-AAAzl/TjFBTpIs5WezpNoozxQ2pT0zLJrutRx9jEaf0=";
};
propagatedBuildInputs = [