setzer: 0.4.2 -> 0.4.3

This commit is contained in:
Robert Schütz 2022-02-14 23:41:03 +00:00
parent 560ad8a2f8
commit 1c85c368a7

View File

@ -18,13 +18,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "setzer";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "cvfosammmm";
repo = "Setzer";
rev = "v${version}";
sha256 = "sha256-uh6mXXJP/EpfvHTXL7PH+Yd1F5Q+6B01ns4vRr/2Xqo=";
hash = "sha256-rfk/csJJATXI1JvAHn2K/+fVLsqmkKxIbNWlcu1EhYY=";
};
format = "other";