lyrebird: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-01-20 00:21:16 +00:00
parent 4e8cc56b97
commit f12d42779b

View File

@ -20,7 +20,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "lyrebird";
version = "1.1.0";
version = "1.2.0";
format = "other";
doCheck = false;
@ -28,8 +28,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "chxrlt";
repo = "lyrebird";
rev = "v${version}";
sha256 = "0wmnww2wi8bb9m8jgc18n04gjia8pf9klmvij0w98xz11l6kxb13";
rev = "refs/tags/v${version}";
sha256 = "sha256-VIYcOxvSpzRvJMzEv2i5b7t0WMF7aQxB4Y1jfvuZN/Y=";
};
propagatedBuildInputs = with python3Packages; [ toml pygobject3 ];