gradience: 0.2.1 -> 0.2.2

This commit is contained in:
Gabriel Arazas 2022-09-03 10:52:08 +08:00
parent fc7c2849bd
commit 8c6a8295ee

View File

@ -23,13 +23,13 @@
# libadwaita. # libadwaita.
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gradience"; pname = "gradience";
version = "0.2.1"; version = "0.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GradienceTeam"; owner = "GradienceTeam";
repo = "Gradience"; repo = "Gradience";
rev = version; rev = version;
sha256 = "sha256-Y2qgKrx2fbb1q1PTj/rQDmfkrrPuRMshUl1XlI2ciGc="; sha256 = "sha256-0LIkYgNSgB91ihIw96ss4dgvQZ1z17iU8oyvJpBMCQQ=";
}; };
format = "other"; format = "other";
@ -56,11 +56,12 @@ python3Packages.buildPythonApplication rec {
]; ];
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
pygobject3
anyascii anyascii
urllib3 pluggy
svglib pygobject3
requests requests
svglib
urllib3
] ++ [ ] ++ [
python-material-color-utilities python-material-color-utilities
]; ];