python313Packages.pyswitchbot: 0.76.0 -> 1.0.0
Diff: https://github.com/Danielhiversen/pySwitchbot/compare/0.76.0...1.0.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/1.0.0
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pyswitchbot";
|
||||
version = "0.76.0";
|
||||
version = "1.0.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Danielhiversen";
|
||||
repo = "pySwitchbot";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-t5ij86Nq5BQONizKRFPeNyleFo7n4RD9pEglLPhS+Gk=";
|
||||
hash = "sha256-O8bdWAAtNfLo7WBgvKMm0LXCzpFz1MUqAbBJlyUBcPs=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user