python312Packages.withings-sync: 4.2.5 -> 4.2.6
Diff: https://github.com/jaroslawhartman/withings-sync/compare/refs/tags/v4.2.5...v4.2.6 Changelog: https://github.com/jaroslawhartman/withings-sync/releases/tag/v4.2.6
This commit is contained in:
parent
14d8890fb9
commit
9a4eeca7a6
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "withings-sync";
|
pname = "withings-sync";
|
||||||
version = "4.2.5";
|
version = "4.2.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -21,9 +21,14 @@ buildPythonPackage rec {
|
|||||||
owner = "jaroslawhartman";
|
owner = "jaroslawhartman";
|
||||||
repo = "withings-sync";
|
repo = "withings-sync";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4=";
|
hash = "sha256-rljzE/sEVBqG2vWcKmoC2fm9I06onMmDkf60rkq9k3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace-fail 'read(".VERSION")' '"${version}"'
|
||||||
|
'';
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user