Commit 6163fc97 authored by Sigmanificient's avatar Sigmanificient
Browse files

toolong: 1.4.0 -> 1.5.0

parent e17d9db9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  toolong,
}:

python311Packages.buildPythonApplication rec {
python311Packages.buildPythonApplication {
  pname = "toolong";
  version = "1.4.0";
  pyproject = true;
@@ -14,8 +14,8 @@ python311Packages.buildPythonApplication rec {
  src = fetchFromGitHub {
    owner = "Textualize";
    repo = "toolong";
    tag = "v${version}";
    hash = "sha256-Zd6j1BIrsLJqptg7BXb67qY3DaeHRHieWJoYYCDHaoc=";
    rev = "5aa22ee878026f46d4d265905c4e1df4d37842ae"; # no tag
    hash = "sha256-HrmU7HxWKYrbV25Y5CHLw7/7tX8Y5mTsTL1aXGGTSIo=";
  };

  build-system = [ python311Packages.poetry-core ];