mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.withings-sync: 4.2.6 -> 4.2.7
Diff: https://github.com/jaroslawhartman/withings-sync/compare/refs/tags/v4.2.6...v4.2.7 Changelog: https://github.com/jaroslawhartman/withings-sync/releases/tag/v4.2.7
This commit is contained in:
parent
bc27f0fde0
commit
fb3130b2ef
1 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "withings-sync";
|
pname = "withings-sync";
|
||||||
version = "4.2.6";
|
version = "4.2.7";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
|
@ -21,14 +21,16 @@ buildPythonPackage rec {
|
||||||
owner = "jaroslawhartman";
|
owner = "jaroslawhartman";
|
||||||
repo = "withings-sync";
|
repo = "withings-sync";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-rljzE/sEVBqG2vWcKmoC2fm9I06onMmDkf60rkq9k3g=";
|
hash = "sha256-ySl2nRR8t7c3NhjgjSzLQ+hcJuh+kx5aoaVPJF56HR0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace-fail 'read(".VERSION")' '"${version}"'
|
--replace-fail "1.0.0.dev1" "${version}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonRelaxDeps = true;
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue