swh.swh-model: 6.6.3 -> 6.7.0

This commit is contained in:
Gabriel Arazas 2023-05-09 16:03:37 +08:00
parent ce00624007
commit d864480236
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -3,12 +3,12 @@
with python3Packages;
buildPythonPackage rec {
pname = "swh-model";
version = "6.6.3";
version = "6.7.0";
src = fetchPypi {
inherit version;
pname = "swh.model";
sha256 = "sha256-UFZyC2TVkfzk330GCW7vFHdhqqyC+4VkC9S2wNYIXu4=";
sha256 = "sha256-88xlN/vGXMG858+0A1Wb4EIYC9btRTopY7Ryvw/huDo=";
};
doCheck = false;