Merge pull request #311612 from fabaff/linknlink-bump

python312Packages.linknlink: 0.2.3 -> 0.2.4
This commit is contained in:
Fabian Affolter
2024-05-14 14:03:37 +02:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "linknlink";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "xuanxuan000";
repo = "python-linknlink";
rev = "refs/tags/${version}";
hash = "sha256-kV9NCe0u3Z0J9bg1kko5D9fQvyqWTN7v3cVcNQvO0g0=";
hash = "sha256-ObPEcdDHi+SPFjuVKBtu7/5/IgHcam+IWblxxS3+mmI=";
};
build-system = [ setuptools ];