Merge #161279: setzer: 0.4.3 -> 0.4.4

This commit is contained in:
Vladimír Čunát 2022-03-06 18:27:27 +01:00
commit ac0af42ca8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -18,13 +18,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "setzer";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "cvfosammmm";
repo = "Setzer";
rev = "v${version}";
hash = "sha256-rfk/csJJATXI1JvAHn2K/+fVLsqmkKxIbNWlcu1EhYY=";
hash = "sha256-y39u1eSX7vzcIJzoykU7Y7FTmeZnBW/IlvJLzKHfz8Y=";
};
format = "other";