python312Packages.catppuccin: 2.3.1 -> 2.3.4 (#342068)

This commit is contained in:
Fabián Heredia Montiel 2024-09-17 00:32:02 -06:00 committed by GitHub
commit ebdcfad1c8
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.1";
version = "2.3.4";
pyproject = true;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "catppuccin";
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-MIxhl9D6nur26ZrbcXAwH8xO9YZlBvVKlB82qKX3Tx0=";
hash = "sha256-0+sbf2m0vJCf6EOl6DMqgtL35RJh+rehi/p0ylTPJK8=";
};
build-system = [