guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-closql: Fix hash.


From: guix-commits
Subject: 01/01: gnu: emacs-closql: Fix hash.
Date: Tue, 15 Jan 2019 14:34:58 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit b03131902e2618de10d6be15531ca2b44717d397
Author: Jelle Licht <address@hidden>
Date:   Tue Jan 15 20:28:37 2019 +0100

    gnu: emacs-closql: Fix hash.
    
    * gnu/packages/emacs.scm (emacs-closql)[source]: Fix incorrect hash.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 58e7c5b..fe49227 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8917,7 +8917,7 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the 
database.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0cy44d1fxkvah6fhjkn3mp6gzzrjmws1c4c20ayrma74y9xich3v"))))
+         "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-emacsql" ,emacs-emacsql)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]