From 20a9e43d60c7cbc2164dae5160cc1e61ac5e96a6 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Tue, 15 Dec 2020 22:21:51 +0700 Subject: archivy: 0.9.2 -> 0.9.3 --- pkgs/applications/misc/archivy/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pkgs/applications/misc') diff --git a/pkgs/applications/misc/archivy/default.nix b/pkgs/applications/misc/archivy/default.nix index 09779f8876f8..635cd9a991a6 100644 --- a/pkgs/applications/misc/archivy/default.nix +++ b/pkgs/applications/misc/archivy/default.nix @@ -5,25 +5,25 @@ watchdog, wtforms }: python3.pkgs.buildPythonApplication rec { pname = "archivy"; - version = "0.9.2"; + version = "0.9.3"; src = fetchPypi { inherit pname version; - sha256 = "5cb760da57dc9dcdd62c0af824993d1715ec7035915629b4046d8bf50442756c"; + sha256 = "b6ff08a9ecd0a929663c36c73844ac5cb4dc847e69aae639a450c64d4320a506"; }; # Relax some dependencies postPatch = '' substituteInPlace requirements.txt \ - --replace 'validators ==' 'validators >=' \ - --replace 'elasticsearch ==' 'elasticsearch >=' \ - --replace 'python-dotenv ==' 'python-dotenv >=' \ - --replace 'beautifulsoup4 ==' 'beautifulsoup4 >=' \ --replace 'WTForms ==' 'WTForms >=' \ - --replace 'python_dotenv ==' 'python_dotenv >=' \ --replace 'attrs == 20.2.0' 'attrs' \ + --replace 'beautifulsoup4 ==' 'beautifulsoup4 >=' \ + --replace 'elasticsearch ==' 'elasticsearch >=' \ + --replace 'python_dotenv ==' 'python_dotenv >=' \ --replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \ - --replace 'requests ==' 'requests >=' + --replace 'requests ==' 'requests >=' \ + --replace 'validators ==' 'validators >=' \ + --replace 'watchdog ==' 'watchdog >=' ''; propagatedBuildInputs = [ -- cgit v1.2.3