summary refs log tree commit diff
path: root/pkgs/applications/misc/moz-phab/relax-hglib-version.diff
blob: 6d415242f465845c0a7fe04e28bc6aabfcf39a1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
     install_requires=[
         "distro",
         "glean-sdk>=36.0.0",
-        "python-hglib==2.6.1",
+        "python-hglib>=2.6.2",
         "sentry-sdk>=0.14.3",
         "setuptools",
     ],