We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31f44e2 + 9a4eeca commit 62510f7Copy full SHA for 62510f7
pkgs/development/python-modules/withings-sync/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "withings-sync";
15
- version = "4.2.5";
+ version = "4.2.6";
16
pyproject = true;
17
18
disabled = pythonOlder "3.10";
@@ -21,9 +21,14 @@ buildPythonPackage rec {
21
owner = "jaroslawhartman";
22
repo = "withings-sync";
23
rev = "refs/tags/v${version}";
24
- hash = "sha256-4gxJwe8v4trTysGBNORX7C54EUzFIPwpVLfKSNxJ8y4=";
+ hash = "sha256-rljzE/sEVBqG2vWcKmoC2fm9I06onMmDkf60rkq9k3g=";
25
};
26
27
+ postPatch = ''
28
+ substituteInPlace setup.py \
29
+ --replace-fail 'read(".VERSION")' '"${version}"'
30
+ '';
31
+
32
build-system = [ setuptools ];
33
34
dependencies = [
0 commit comments