offpunk: 2.0 -> 2.1

This commit is contained in:
Damien Cassou 2023-12-12 20:20:01 +01:00
parent 0b157469b7
commit 7e00754625
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -33,7 +33,7 @@ let
in
python3Packages.buildPythonPackage rec {
pname = "offpunk";
version = "2.0";
version = "2.1";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.7";
@ -42,7 +42,7 @@ python3Packages.buildPythonPackage rec {
owner = "~lioploum";
repo = "offpunk";
rev = "v${version}";
hash = "sha256-6ftc2goCNgvXf5kszvjeSHn24Hn73jq26Irl5jiN6pk=";
hash = "sha256-IFqasTI2dZCauLUAq6/rvwkfraVK7SGUXpHCPEgSPGk=";
};
nativeBuildInputs = [ python3Packages.hatchling installShellFiles ];