mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
swh-model: 6.3.1 -> 6.6.3
This commit is contained in:
parent
cba52b39ba
commit
e6a6ab56df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user