mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
swh.swh-model: 6.6.3 -> 6.7.0
This commit is contained in:
parent
ce00624007
commit
d864480236
@ -3,12 +3,12 @@
|
|||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "swh-model";
|
pname = "swh-model";
|
||||||
version = "6.6.3";
|
version = "6.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "swh.model";
|
pname = "swh.model";
|
||||||
sha256 = "sha256-UFZyC2TVkfzk330GCW7vFHdhqqyC+4VkC9S2wNYIXu4=";
|
sha256 = "sha256-88xlN/vGXMG858+0A1Wb4EIYC9btRTopY7Ryvw/huDo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user