From 96a14dbad52ea895e31b053543530c4a2ed77237 Mon Sep 17 00:00:00 2001 From: natsukium Date: Thu, 7 Nov 2024 23:46:58 +0900 Subject: [PATCH] bikeshed: 3.7.0 -> 4.2.7 --- pkgs/applications/misc/bikeshed/default.nix | 34 +++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/bikeshed/default.nix b/pkgs/applications/misc/bikeshed/default.nix index 244632521bac..64c5ca439829 100644 --- a/pkgs/applications/misc/bikeshed/default.nix +++ b/pkgs/applications/misc/bikeshed/default.nix @@ -2,31 +2,46 @@ , buildPythonApplication , fetchPypi # build inputs +, about-time , aiofiles , aiohttp +, aiosignal +, alive-progress +, async-timeout , attrs , certifi +, charset-normalizer , cssselect +, frozenlist , html5lib +, idna , isodate , json-home-client +, kdl-py , lxml +, multidict , pillow , pygments , requests , result , setuptools +, six , tenacity +, typing-extensions +, uri-template +, urllib3 +, webencodings , widlparser +, yarl }: buildPythonApplication rec { pname = "bikeshed"; - version = "3.7.0"; + version = "4.2.7"; src = fetchPypi { inherit pname version; - hash = "sha256-3fVo+B71SsJs+XF4+FWH2nz0ouTnpC/02fXYr1C9Jrk="; + hash = "sha256-vtZ97brCk+fd/HsA2UHdS17o8rJ/VvSOdhg0MHzlCs8="; }; # Relax requirements from "==" to ">=" @@ -37,22 +52,37 @@ buildPythonApplication rec { ''; propagatedBuildInputs = [ + about-time aiofiles aiohttp + aiosignal + alive-progress + async-timeout attrs certifi + charset-normalizer cssselect + frozenlist html5lib + idna isodate json-home-client + kdl-py lxml + multidict pillow pygments requests result setuptools + six tenacity + typing-extensions + uri-template + urllib3 + webencodings widlparser + yarl ]; checkPhase = ''