lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.sqids: 0.5.1 -> 0.5.2

https://github.com/sqids/sqids-python/releases/tag/v0.5.2

+2 -2
+2 -2
pkgs/development/python-modules/sqids/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sqids"; 13 - version = "0.5.1"; 13 + version = "0.5.2"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-1p0GtQTlvm/pUjyLtWEEzdBxw56pYAgxLz2xA4sfCL4="; 20 + hash = "sha256-WsCPDFybaBS8Lnx57lkx4ISdJdlcUOQVdxsCKkT1ivk="; 21 21 }; 22 22 23 23 build-system = [ setuptools-scm ];