Merge pull request #290708 from r-ryantm/auto-update/inkscape-extensions.textext

inkscape-extensions.textext: 1.10.1 -> 1.10.2
This commit is contained in:
Pol Dellaiera 2024-02-24 23:47:14 +01:00 committed by GitHub
commit 86bb706ff2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,13 +20,13 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "textext";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = "textext";
repo = "textext";
rev = version;
sha256 = "sha256-FbUfZfVOYEyQVL1YMyNwb/sIUxJ+VhevatjuJI/ocIw=";
rev = "refs/tags/${version}";
sha256 = "sha256-JbI/ScCFCvHbK9JZzHuT67uSAL3546et+gtTkwRnCSE=";
};
patches = [