Merge pull request #280401 from r-ryantm/auto-update/retext

retext: 8.0.0 -> 8.0.1
This commit is contained in:
Weijia Wang
2024-01-19 08:08:44 +01:00
committed by GitHub
+3 -3
View File
@@ -15,14 +15,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "retext";
version = "8.0.0";
version = "8.0.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "retext-project";
repo = pname;
rev = version;
hash = "sha256-22yqNwIehgTfeElqhN5Jzye7LbcAiseTeoMgenpmsL0=";
rev = "refs/tags/${version}";
hash = "sha256-7zNEmFf0FZCzaNq9EMfGCje66/v5T/QvI5DTftLhi7g=";
};
toolbarIcons = fetchzip {