swh-core: 2.13.1 -> 2.21.0

This commit is contained in:
Gabriel Arazas 2023-03-03 09:13:12 +08:00
parent e6a6ab56df
commit 5c436c1266
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-core"; pname = "swh-core";
version = "2.13.1"; version = "2.21.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "swh.core"; pname = "swh.core";
sha256 = "sha256-na1S2jiRGlIOPpJ1H4Cp9+naK7bTuH6s2nmeo1xQXjQ="; sha256 = "sha256-8zzHoCzA3ka6v6VbtAo7M2pInuY1QN8GvaYQu3201bg=";
}; };
# Tests require network access. # Tests require network access.