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

python312Packages.powerline: 2.8.3 -> 2.8.4 (#338202)

parents f9375ba7 139d4fbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# TODO: bzr support is missing because nixpkgs switched to `breezy`

buildPythonPackage rec {
  version = "2.8.3";
  version = "2.8.4";
  pname = "powerline";
  format = "setuptools";

@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-UIx9/IZg6Wv596wHzQb0CO6zwmQXUaFEPKBojo2LXmA=";
    hash = "sha256-snJrfUvP11lBIy6F0WtqJt9fiYm5jxMwm9u3u5XFO84=";
  };

  propagatedBuildInputs = [