python312Packages.catppuccin: 2.3.0 -> 2.3.1 (#339688)

This commit is contained in:
Nick Cao 2024-09-05 15:22:28 -04:00 committed by GitHub
commit f7bff2d6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "catppuccin";
version = "2.3.0";
version = "2.3.1";
pyproject = true;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "catppuccin";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-1CPNs+n9S7fV+EvhFWBwnv6/N3UWQ/jiyRcn4XKzmd8=";
hash = "sha256-MIxhl9D6nur26ZrbcXAwH8xO9YZlBvVKlB82qKX3Tx0=";
};
build-system = [