offpunk: 3.1 -> 3.2

Changelog: https://git.sr.ht/~lioploum/offpunk/tree/v3.2/item/CHANGELOG
This commit is contained in:
Pol Dellaiera
2026-07-22 11:35:08 +02:00
parent e6f430b274
commit df09803364
+2 -2
View File
@@ -14,14 +14,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "offpunk";
version = "3.1";
version = "3.2";
pyproject = true;
src = fetchFromSourcehut {
owner = "~lioploum";
repo = "offpunk";
tag = "v${finalAttrs.version}";
hash = "sha256-RwigItHVNsgq6k3O8YrSMFBaZMJwJSzB6dfnNiYsefY=";
hash = "sha256-1S8iftZ34NkhTydnr8RJBWzAMu/uk0MGi14PANWv/lM=";
};
build-system = with python3Packages; [ hatchling ];