guix substitute: Adjust comment about GnuTLS bug.
authorLudovic Courtès <ludo@gnu.org>
Fri, 25 Jun 2021 14:11:02 +0000 (16:11 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 25 Jun 2021 21:44:15 +0000 (23:44 +0200)
* guix/scripts/substitute.scm (call-with-cached-connection): Adjust
comment.

guix/scripts/substitute.scm

index 3ea1c73..03115ff 100755 (executable)
@@ -423,7 +423,7 @@ server certificates."
                            (list error/invalid-session
 
                                  ;; XXX: These two are not properly handled in
-                                 ;; GnuTLS < 3.7.2, in
+                                 ;; GnuTLS < 3.7.3, in
                                  ;; 'write_to_session_record_port'; see
                                  ;; <https://bugs.gnu.org/47867>.
                                  error/again error/interrupted)))