offpunk: 2.3 -> 2.4

This commit is contained in:
Damien Cassou 2024-11-23 11:43:47 +01:00
parent f42d17fb0e
commit e8e41d6f23
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -32,7 +32,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "offpunk";
version = "2.3";
version = "2.4";
pyproject = true;
disabled = python3Packages.pythonOlder "3.7";
@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
owner = "~lioploum";
repo = "offpunk";
rev = "v${version}";
hash = "sha256-Tiby+JjPc7eFQKziQFUdqcNgx9UhU4GNeRcI/aAzcvk=";
hash = "sha256-ttR8S7FQQs8DkgAEvTIhuQ5zZrHtovy2W8TOw0xhSGk=";
};
nativeBuildInputs = [ python3Packages.hatchling installShellFiles ];