about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2024-06-29 15:28:30 +0200
committerGitHub <noreply@github.com>2024-06-29 15:28:30 +0200
commitafa1b2d9a61982e70942af9df588451a1d498406 (patch)
treeb404ca13ab243f059f63b0e78a2e1bb12a873f84
parent78929dc9dbef6657b0353dcb5327b3e9d8ce791f (diff)
parent9035d80c17768e7e5a02957c4f278dbb4cf939f8 (diff)
Merge pull request #323352 from DamienCassou/offpunk-2.3
offpunk: 2.2 -> 2.3
-rw-r--r--pkgs/by-name/of/offpunk/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/of/offpunk/package.nix b/pkgs/by-name/of/offpunk/package.nix
index db3c61b14498e..5c107df67ebae 100644
--- a/pkgs/by-name/of/offpunk/package.nix
+++ b/pkgs/by-name/of/offpunk/package.nix
@@ -32,7 +32,7 @@ let
 in
 python3Packages.buildPythonApplication rec {
   pname = "offpunk";
-  version = "2.2";
+  version = "2.3";
   pyproject = true;
 
   disabled = python3Packages.pythonOlder "3.7";
@@ -41,7 +41,7 @@ python3Packages.buildPythonApplication rec {
     owner = "~lioploum";
     repo = "offpunk";
     rev = "v${version}";
-    hash = "sha256-ygVL17qqmNB7hzw1VuYIAbirbaq4EVppWCHSvTl+/Jw=";
+    hash = "sha256-Tiby+JjPc7eFQKziQFUdqcNgx9UhU4GNeRcI/aAzcvk=";
   };
 
   nativeBuildInputs = [ python3Packages.hatchling installShellFiles ];