Merge pull request #106968 from siraben/archivy-update

archivy: 0.9.2 -> 0.9.3

authored by

Mario Rodas and committed by
GitHub
7f5a7cfd 05f00efb

+8 -8
+8 -8
pkgs/applications/misc/archivy/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "archivy"; 8 - version = "0.9.2"; 8 + version = "0.9.3"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "5cb760da57dc9dcdd62c0af824993d1715ec7035915629b4046d8bf50442756c"; 12 + sha256 = "b6ff08a9ecd0a929663c36c73844ac5cb4dc847e69aae639a450c64d4320a506"; 13 13 }; 14 14 15 15 # Relax some dependencies 16 16 postPatch = '' 17 17 substituteInPlace requirements.txt \ 18 - --replace 'validators ==' 'validators >=' \ 19 - --replace 'elasticsearch ==' 'elasticsearch >=' \ 20 - --replace 'python-dotenv ==' 'python-dotenv >=' \ 21 - --replace 'beautifulsoup4 ==' 'beautifulsoup4 >=' \ 22 18 --replace 'WTForms ==' 'WTForms >=' \ 23 - --replace 'python_dotenv ==' 'python_dotenv >=' \ 24 19 --replace 'attrs == 20.2.0' 'attrs' \ 20 + --replace 'beautifulsoup4 ==' 'beautifulsoup4 >=' \ 21 + --replace 'elasticsearch ==' 'elasticsearch >=' \ 22 + --replace 'python_dotenv ==' 'python_dotenv >=' \ 25 23 --replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \ 26 - --replace 'requests ==' 'requests >=' 24 + --replace 'requests ==' 'requests >=' \ 25 + --replace 'validators ==' 'validators >=' \ 26 + --replace 'watchdog ==' 'watchdog >=' 27 27 ''; 28 28 29 29 propagatedBuildInputs = [