Unverified Commit 283d4dfe authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

offpunk: 2.7.1 -> 2.8 (#463328)

parents 3a36c56e dbed87f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

python3Packages.buildPythonApplication rec {
  pname = "offpunk";
  version = "2.7.1";
  version = "2.8";
  pyproject = true;

  disabled = python3Packages.pythonOlder "3.7";
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
    owner = "~lioploum";
    repo = "offpunk";
    rev = "v${version}";
    hash = "sha256-+Mbe1VLeF8Adf7bgVnbzvcWdPB4PXakCD9gO35jAYBY=";
    hash = "sha256-s/pEN7n/g9o8a/hYTC39PgbBLyCUwN5LIggqUSMKRS4=";
  };

  build-system = with python3Packages; [ hatchling ];