setzer: 61 -> 62

Diff: https://github.com/cvfosammmm/Setzer/compare/v61...v62
This commit is contained in:
Robert Schütz 2023-11-23 04:50:16 -08:00
parent f880f6ba3b
commit 770c9bb52e

View File

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