swh-model: 6.3.1 -> 6.6.3

This commit is contained in:
Gabriel Arazas 2023-03-03 09:13:01 +08:00
parent cba52b39ba
commit e6a6ab56df
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.3.1";
version = "6.6.3";
src = fetchPypi {
inherit version;
pname = "swh.model";
sha256 = "sha256-9bORvIz5hCTZ+MDOY7mLViax7MkKjLq333EtINs+BjI=";
sha256 = "sha256-UFZyC2TVkfzk330GCW7vFHdhqqyC+4VkC9S2wNYIXu4=";
};
doCheck = false;