setzer: 60 -> 61

Diff: https://github.com/cvfosammmm/Setzer/compare/v60...v61
This commit is contained in:
Robert Schütz 2023-10-25 09:14:36 -07:00
parent 3fbda64514
commit b9652ce18d

View File

@ -20,13 +20,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "setzer"; pname = "setzer";
version = "60"; version = "61";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cvfosammmm"; owner = "cvfosammmm";
repo = "Setzer"; repo = "Setzer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-SfMqGQKJtPTMSv4B70jOvTAIzNQc0AC16mum4fuNch4="; hash = "sha256-7qkQelB0Y+DBihhaYVVQjK66pk8p2Sjhno87bW554SY=";
}; };
format = "other"; format = "other";