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

offpunk: 2.8 -> 3.0 (#489032)

parents ae31904f 4c949e5b
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  python3Packages,
  fetchFromSourcehut,
  file,
  gettext,
  installShellFiles,
  less,
  offpunk,
@@ -14,19 +15,22 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "offpunk";
  version = "2.8";
  version = "3.0";
  pyproject = true;

  src = fetchFromSourcehut {
    owner = "~lioploum";
    repo = "offpunk";
    rev = "v${finalAttrs.version}";
    hash = "sha256-s/pEN7n/g9o8a/hYTC39PgbBLyCUwN5LIggqUSMKRS4=";
    hash = "sha256-5SoMa93QbwbsryeHGc3pkkDA8v9eonZvuflSuDV2hmI=";
  };

  build-system = with python3Packages; [ hatchling ];

  nativeBuildInputs = [ installShellFiles ];
  nativeBuildInputs = [
    gettext
    installShellFiles
  ];

  dependencies = [
    file