Merge pull request #289904 from r-ryantm/auto-update/python312Packages.myuplink

python312Packages.myuplink: 0.2.1 -> 0.3.0
This commit is contained in:
OTABI Tomoya 2024-02-19 19:45:39 +09:00 committed by GitHub
commit 6553a725d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "myuplink";
version = "0.2.1";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pajzo";
repo = "myuplink";
rev = "refs/tags/${version}";
hash = "sha256-wFtFRoT8JKBik5rmdZfz5CQlK4loseOovHfa08uVBo4=";
hash = "sha256-XDsQmgP3VvWpuZWGBVW5pBsxTRZT2cl3kp1i2sb+LnM=";
};
nativeBuildInputs = [