Merge pull request #295543 from r-ryantm/auto-update/python312Packages.linknlink

python312Packages.linknlink: 0.2.0 -> 0.2.1
This commit is contained in:
Nick Cao 2024-03-13 20:01:49 -04:00 committed by GitHub
commit c61d0920a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "linknlink";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "xuanxuan000";
repo = "python-linknlink";
rev = "refs/tags/${version}";
hash = "sha256-gQqBxV5hidMejYE3xdB13n0gb1T4kVl1oELZ3hVy60E=";
hash = "sha256-MOZw+7oFHeH7Vaj6pylR7wqe3ZyHcsiG+n8jnRAQ8PA=";
};
nativeBuildInputs = [