Commit b554a0a4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pylette: 4.1.0 -> 5.1.1

https://github.com/qTipTip/Pylette/releases/tag/5.1.1

This commit was automatically generated using update-python-libraries.
parent cee7be18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
  pname = "pylette";
  version = "4.1.0";
  version = "5.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "qTipTip";
    repo = "Pylette";
    tag = version;
    hash = "sha256-6OZeCcF47xjj266+IasJYub042R46KRaNXGCv+hlWdY=";
    hash = "sha256-BDKJtinSMZQ+6ok9i9IYeCs4XjB44W1zJntXsE/MeGw=";
  };

  build-system = [