This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5c4aa84  gnu: heimdal: Update to 7.7.0.
5c4aa84 is described below

commit 5c4aa84e4ab891ae2cfc10b8601113887550c070
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat May 16 14:32:37 2020 -0400

    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.
---
 gnu/packages/kerberos.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index 896d15f..20ed94b 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -170,7 +170,7 @@ After installation, the system administrator should 
generate keys using
 (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 @@ After installation, the system administrator should 
generate keys using
                     "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

Reply via email to