setzer: 62 -> 63

Diff: https://github.com/cvfosammmm/Setzer/compare/v62...v63
This commit is contained in:
Robert Schütz 2023-12-04 08:09:46 -08:00
parent 4679e3657f
commit 71336eebdd

View File

@ -20,13 +20,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "setzer"; pname = "setzer";
version = "62"; version = "63";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cvfosammmm"; owner = "cvfosammmm";
repo = "Setzer"; repo = "Setzer";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-CynYWzFnsr5FoNwBlK4k8c+EE22NP0OrpEFrSiEtxUU="; hash = "sha256-/DAd3Neypx/H9mPVC9VkvpdQhLRNIBoR8GXxuIdJF0Y=";
}; };
format = "other"; format = "other";