Skip to content

Commit fcb8347

Browse files
authored
python3Packages.sqids: 0.5.1 -> 0.5.2 (#408858)
2 parents b91b532 + 2713296 commit fcb8347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/sqids/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "sqids";
13-
version = "0.5.1";
13+
version = "0.5.2";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-1p0GtQTlvm/pUjyLtWEEzdBxw56pYAgxLz2xA4sfCL4=";
20+
hash = "sha256-WsCPDFybaBS8Lnx57lkx4ISdJdlcUOQVdxsCKkT1ivk=";
2121
};
2222

2323
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)