mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
gradience: 0.2.1 -> 0.2.2
This commit is contained in:
parent
fc7c2849bd
commit
8c6a8295ee
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user