Commit 617a699d authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.catppuccin: 2.3.0 -> 2.3.1

parent cc75a581
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [