python3Packages.queuelib: 1.9.0 -> 1.10.0

Changelog: https://github.com/scrapy/queuelib/releases/tag/v1.10.0
This commit is contained in:
Fabian Affolter
2026-08-24 22:07:57 +02:00
parent 7b950c35ea
commit 341b0f006f

View File

@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "queuelib";
version = "1.9.0";
version = "1.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-sS/qef2MHdI+ISsfPbWAA7dzlJgB1PTm802IJGfUoZI=";
hash = "sha256-BjyCHDKFmui9zizJ50FWZFwHQhikZPgmLimjuN6Dlzc=";
};
build-system = [ hatchling ];