python: myfitnesspal: 1.13.4 -> 1.14.0
This commit is contained in:
parent
09cfa4dbdb
commit
902e64e113
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "myfitnesspal";
|
pname = "myfitnesspal";
|
||||||
version = "1.13.4";
|
version = "1.14.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "552cc696e170f12f75fd12b1447be01fa2d0bfd85e14da5928afd9aab2277b98";
|
sha256 = "66bf61c3d782cd80f380d3856da5f635f5b8de032e62d916c26d48dc322846a6";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove overly restrictive version constraints on keyring and keyrings.alt
|
# Remove overly restrictive version constraints on keyring and keyrings.alt
|
||||||
|
Loading…
Reference in New Issue
Block a user