python311Packages.aiowithings: 1.0.2 -> 1.0.3
Diff: https://github.com/joostlek/python-withings/compare/refs/tags/v1.0.2...v1.0.3 Changelog: https://github.com/joostlek/python-withings/releases/tag/v1.0.3
This commit is contained in:
parent
db2deb137e
commit
24b1546a50
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiowithings";
|
pname = "aiowithings";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "joostlek";
|
owner = "joostlek";
|
||||||
repo = "python-withings";
|
repo = "python-withings";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-6yfhAMQIwhjKXlnN58bL9It8q6CXH9RxKBkB8BfSY1o=";
|
hash = "sha256-n76bpFIWUfztTDEg32uopxukAtvFT3tdbtqWOLghi4I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue