mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
e2ab906207
commit
cb6d4aff44
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue