swh.swh-core: 2.21.0 -> 2.22.0

This commit is contained in:
Gabriel Arazas 2023-05-09 16:03:07 +08:00
parent ca9cc14615
commit ce00624007
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.21.0"; version = "2.22.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "swh.core"; pname = "swh.core";
sha256 = "sha256-8zzHoCzA3ka6v6VbtAo7M2pInuY1QN8GvaYQu3201bg="; sha256 = "sha256-y7jehR53jNdM0L625BlpRurRvoHDl4k/sgXZrT48p6A=";
}; };
# Tests require network access. # Tests require network access.