Unverified Commit ebdcfad1 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

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

parents 2674251a 31dc862e
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.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 = [