From 97ca30ae6cf83eabdb3da04e04ef400eac2321c0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 7 May 2024 22:18:49 +0200 Subject: [PATCH] python312Packages.linknlink: 0.2.2 -> 0.2.3 Diff: https://github.com/xuanxuan000/python-linknlink/compare/refs/tags/0.2.2...0.2.3 Changelog: https://github.com/xuanxuan000/python-linknlink/releases/tag/0.2.3 --- pkgs/development/python-modules/linknlink/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/linknlink/default.nix b/pkgs/development/python-modules/linknlink/default.nix index ea158b5cb2a1..a224f81ac596 100644 --- a/pkgs/development/python-modules/linknlink/default.nix +++ b/pkgs/development/python-modules/linknlink/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "linknlink"; - version = "0.2.2"; + version = "0.2.3"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "xuanxuan000"; repo = "python-linknlink"; rev = "refs/tags/${version}"; - hash = "sha256-G0URNUHIh/td+A8MhIC0mePx2SmhEXhIzOpbVft33+w="; + hash = "sha256-kV9NCe0u3Z0J9bg1kko5D9fQvyqWTN7v3cVcNQvO0g0="; }; build-system = [ setuptools ];