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
python3.pkgs.buildPythonApplication rec {
pname = "inkscape-silhouette";
version = "1.28";
version = "1.29";
format = "setuptools";
src = fetchFromGitHub {
owner = "fablabnbg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uNVhdkZFadL7QNlCsXq51TbhzRKH9KYDPDNCFhw3cQs=";
rev = "refs/tags/v${version}";
sha256 = "sha256-MfR88BuaAx6n5XRIjslpIk4PnDf6TLU9AsmHxKkcFS0=";
};
patches = [