Merge pull request #268126 from panicgh/python-sqids

python3Packages.sqids: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao 2023-11-17 13:04:12 -05:00 committed by GitHub
commit a909c5d1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "sqids";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-U9nVpRc9PIM1ZO+bcL3RGIfAdlUMf+uFw/SpPTAjdnA=";
hash = "sha256-/8P7/vY0kb7ouUCpgGU4g0Xb77BtSeQVt6nkdcogD50=";
};
nativeBuildInputs = [