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