python3Packages.hangups: 0.4.14 -> 0.4.15
https://github.com/tdryer/hangups/releases/tag/v0.4.15
This commit is contained in:
parent
516715e915
commit
d9dc791f74
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hangups";
|
pname = "hangups";
|
||||||
version = "0.4.14";
|
version = "0.4.15";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
@ -26,12 +26,12 @@ buildPythonPackage rec {
|
|||||||
owner = "tdryer";
|
owner = "tdryer";
|
||||||
repo = "hangups";
|
repo = "hangups";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14njagpdp13zlaqnwl2mh7fkpnsaqr6wkr4lwh608v06pkwwcwcm";
|
sha256 = "sha256-47OvfFK92AtX6KiYnvro2B17RfQWyzgsgvOfl5T3Kag=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "protobuf>=3.1.0,<3.16" "protobuf" \
|
--replace "protobuf>=3.1.0,<3.17" "protobuf" \
|
||||||
--replace "MechanicalSoup>=0.6.0,<0.13" "MechanicalSoup"
|
--replace "MechanicalSoup>=0.6.0,<0.13" "MechanicalSoup"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user