swh.swh-core: 2.22.0 -> 2.24.0

This commit is contained in:
Gabriel Arazas 2023-08-14 15:10:45 +08:00
parent 9d8324cf19
commit c56df73bb2
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.22.0"; version = "2.24.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "swh.core"; pname = "swh.core";
sha256 = "sha256-y7jehR53jNdM0L625BlpRurRvoHDl4k/sgXZrT48p6A="; sha256 = "sha256-62xFSPxW/XvK5v1i4RA7Iwrr4V5nfxrs+PGHHC56trQ=";
}; };
# Tests require network access. # Tests require network access.