inkscape-extensions.silhouette: 1.28 -> 1.29

This commit is contained in:
R. Ryantm 2024-09-16 16:21:23 +00:00
parent c2c6e27f65
commit 85367ef231

View File

@ -23,14 +23,14 @@ let
in in
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "inkscape-silhouette"; pname = "inkscape-silhouette";
version = "1.28"; version = "1.29";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fablabnbg"; owner = "fablabnbg";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-uNVhdkZFadL7QNlCsXq51TbhzRKH9KYDPDNCFhw3cQs="; sha256 = "sha256-MfR88BuaAx6n5XRIjslpIk4PnDf6TLU9AsmHxKkcFS0=";
}; };
patches = [ patches = [