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

python312Packages.linknlink: 0.1.9 -> 0.2.0
This commit is contained in:
Nick Cao 2024-03-08 15:14:21 -05:00 committed by GitHub
commit 74302ad5ed
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.1.9";
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "xuanxuan000";
repo = "python-linknlink";
rev = "refs/tags/${version}";
hash = "sha256-msKunZsAxA9xpCJmG4MVXuJDMEqrCeShvAqOw8zjSPM=";
hash = "sha256-gQqBxV5hidMejYE3xdB13n0gb1T4kVl1oELZ3hVy60E=";
};
nativeBuildInputs = [