python312Packages.catppuccin: 2.3.1 -> 2.3.4

This commit is contained in:
R. Ryantm
2024-09-15 13:21:12 +00:00
parent 999011cc40
commit 31dc862eb0
@@ -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 = [