offpunk: 2.7.1 -> 2.8 (#463328)

This commit is contained in:
Damien Cassou
2025-11-20 08:02:24 +00:00
committed by GitHub
+2 -2
View File
@@ -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 ];