swh.swh-web-client: 0.5.0 -> 0.6.0

This commit is contained in:
Gabriel Arazas 2023-08-18 17:21:35 +08:00
parent 7099ed8645
commit c8f5ed6684
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -3,12 +3,12 @@
with python3Packages; with python3Packages;
buildPythonPackage rec { buildPythonPackage rec {
pname = "swh-web-client"; pname = "swh-web-client";
version = "0.5.0"; version = "0.6.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "swh.web.client"; pname = "swh.web.client";
sha256 = "sha256-TC3KMMf2lpZA9DuwViu1Osb07eT25K+LyS49jeNZVwA="; sha256 = "sha256-o1FcJh3nmGXWZABRQQUj3qgDPaHXwfazaBv8f3LENpk=";
}; };
doCheck = false; doCheck = false;