Unverified Commit f7bff2d6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents e23e743b 617a699d
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 = [