gnu: heimdal: Update to 7.7.0.

And fix the test suite failures as a side effect.

* gnu/packages/kerberos.scm (heimdal): Update to 7.7.0.
This commit is contained in:
Maxim Cournoyer 2020-05-16 14:32:37 -04:00 committed by Tobias Geerinckx-Rice
parent e2ab906207
commit cb6d4aff44
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -170,7 +170,7 @@ (define-public shishi
(define-public heimdal
(package
(name "heimdal")
(version "7.5.0")
(version "7.7.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -178,14 +178,14 @@ (define-public heimdal
"heimdal-" version "/" "heimdal-" version ".tar.gz"))
(sha256
(base32
"1bdc682in55ygrxmhncs7cf4s239apcblci3z8i80wnc1w1s18n5"))
"06vx3cb01s4lv3lpv0qzbbj97cln1np1wjphkkmmbk1lsqa36bgh"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* "configure"
(("User=.*$") "User=Guix\n")
(("Host=.*$") "Host=GNU")
(("Date=.*$") "Date=2017\n"))
(("Date=.*$") "Date=2019\n"))
#t))))
(build-system gnu-build-system)
(arguments