python38Packages.paho-mqtt: 1.4.0 -> 1.5.0
This commit is contained in:
parent
a977c039a1
commit
ddc59b46d2
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "paho-mqtt";
|
pname = "paho-mqtt";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
# No tests in PyPI tarball
|
# No tests in PyPI tarball
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "eclipse";
|
owner = "eclipse";
|
||||||
repo = "paho.mqtt.python";
|
repo = "paho.mqtt.python";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1xg9ppz2lqacd9prsrx93q2wfkjjyla03xlfw74aj1alz9ki5hrs";
|
sha256 = "1fq5z53g2k18iiqnz5qq87vzjpppfza072nx0dwllmhimm2dskh5";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user