File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/development/python-modules/withings-sync Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "withings-sync" ;
15- version = "4.2.4 " ;
15+ version = "4.2.5 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.10" ;
1919
2020 src = fetchFromGitHub {
2121 owner = "jaroslawhartman" ;
2222 repo = "withings-sync" ;
23- rev = "refs/tags/v. ${ version } " ;
24- hash = "sha256-nFYEtQob3x6APWDKCVP5p+qkKmgvXIcmegp/6ZRbDQA =" ;
23+ rev = "refs/tags/v${ version } " ;
24+ hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4 =" ;
2525 } ;
2626
27- nativeBuildInputs = [ setuptools ] ;
27+ build-system = [ setuptools ] ;
2828
29- propagatedBuildInputs = [
29+ dependencies = [
3030 garth
3131 lxml
3232 python-dotenv
@@ -37,10 +37,10 @@ buildPythonPackage rec {
3737
3838 meta = with lib ; {
3939 description = "Synchronisation of Withings weight" ;
40- mainProgram = "withings-sync" ;
4140 homepage = "https://github.com/jaroslawhartman/withings-sync" ;
4241 changelog = "https://github.com/jaroslawhartman/withings-sync/releases/tag/v${ version } " ;
4342 license = licenses . mit ;
4443 maintainers = with maintainers ; [ fab ] ;
44+ mainProgram = "withings-sync" ;
4545 } ;
4646}
You can’t perform that action at this time.
0 commit comments