pkgs/swh/swh-web-client: 0.6.0 -> 0.9.0

This commit is contained in:
Gabriel Arazas 2025-03-25 09:49:22 +08:00
parent e27308dea9
commit de335fe21c
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -3,12 +3,13 @@
with python3Packages;
buildPythonPackage rec {
pname = "swh-web-client";
version = "0.6.0";
version = "0.9.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "swh.web.client";
sha256 = "sha256-o1FcJh3nmGXWZABRQQUj3qgDPaHXwfazaBv8f3LENpk=";
pname = "swh_web_client";
hash = "sha256-nBFbWJ7qLGtnxy2iryWfsi4n4XuxVddqBdtzPFtUQ5w=";
};
doCheck = false;