Commit dbed87f1 authored by R. RyanTM's avatar R. RyanTM
Browse files

offpunk: 2.7.1 -> 2.8

parent a7e3137d
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 ];