Skip to content

Commit

Permalink
python312Packages.kde-material-you-colors: 1.9.3 -> 1.10.0 (#374264)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 18, 2025
2 parents cb77e8d + 54ed763 commit b681ff2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "kde-material-you-colors";
version = "1.9.3";
version = "1.10.0";
pyproject = true;

src = fetchFromGitHub {
owner = "luisbocanegra";
repo = "kde-material-you-colors";
tag = "v${version}";
hash = "sha256-hew+aWbfWmqTsxsNx/0Ow0WZAVl0e6OyzDxcKm+nlzQ=";
hash = "sha256-qT2F3OtRzYagbBH/4kijuy4udD6Ak74WacIhfzaNWqo=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit b681ff2

Please sign in to comment.