mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
pkgs/swh/swh-model: 6.7.0 -> 7.1.0
This commit is contained in:
parent
9c76f03186
commit
e27308dea9
@ -3,18 +3,17 @@
|
||||
with python3Packages;
|
||||
buildPythonPackage rec {
|
||||
pname = "swh-model";
|
||||
version = "6.7.0";
|
||||
version = "7.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "swh.model";
|
||||
sha256 = "sha256-88xlN/vGXMG858+0A1Wb4EIYC9btRTopY7Ryvw/huDo=";
|
||||
pname = "swh_model";
|
||||
hash = "sha256-MdyhpKm4UzIFVMhIlAT75OMUmfDcOFZzk/dJIZASwmE=";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
dulwich
|
||||
deprecated
|
||||
typing-extensions
|
||||
hypothesis
|
||||
@ -22,8 +21,14 @@ buildPythonPackage rec {
|
||||
python-dateutil
|
||||
attrs
|
||||
attrs-strict
|
||||
aiohttp
|
||||
pytz
|
||||
|
||||
swh-core
|
||||
|
||||
# requirements for CLI
|
||||
click
|
||||
dulwich
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user