Merge pull request #268255 from r-ryantm/auto-update/python311Packages.wakeonlan
python311Packages.wakeonlan: 3.0.0 -> 3.1.0
This commit is contained in:
commit
b9aa1e958b
@ -8,15 +8,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "wakeonlan";
|
pname = "wakeonlan";
|
||||||
version = "3.0.0";
|
version = "3.1.0";
|
||||||
disabled = pythonOlder "3.6";
|
pyproject = true;
|
||||||
format = "pyproject";
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "remcohaszing";
|
owner = "remcohaszing";
|
||||||
repo = "pywakeonlan";
|
repo = "pywakeonlan";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-7BDE7TmTT8rSaG0rEn5QwH+izGWA2PeQzxpGiv7+3fo=";
|
hash = "sha256-VPdklyD3GVn0cex4I6zV61I0bUr4KQp8DdMKAM/r4io=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module for wake on lan";
|
description = "Python module for wake on lan";
|
||||||
homepage = "https://github.com/remcohaszing/pywakeonlan";
|
homepage = "https://github.com/remcohaszing/pywakeonlan";
|
||||||
|
changelog = "https://github.com/remcohaszing/pywakeonlan/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user