[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f.
From: |
guix-commits |
Subject: |
05/07: gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f. |
Date: |
Mon, 7 Sep 2020 02:49:34 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit bdcb287edde0fd8ad5b4b586e0a3800287b507e3
Author: Mike Rosset <mike.rosset@gmail.com>
AuthorDate: Fri Sep 4 07:40:51 2020 -0700
gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f.
Emacsy now includes trivial fixes for 'end-of-line to be on par with Emacs
'end-of-line.
* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-31-g415d96f.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/guile-xyz.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 653e12b..11f4761 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3039,20 +3039,20 @@ in C using Gtk+-3 and WebKitGtk.")
(license license:gpl3+)))
(define-public emacsy-minimal
- (let ((commit "v0.4.1-28-gd459ca1"))
+ (let ((commit "v0.4.1-31-g415d96f"))
(package
(inherit emacsy)
(name "emacsy-minimal")
(version (string-drop commit 1))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.savannah.gnu.org/git/emacsy.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1ps15w8cxj9kc18gmvys9jv9xa1qqa7m43ismv34l3cmhddrn0sr"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.savannah.gnu.org/git/emacsy.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1cs1i1hxwrv0a512j54yrvfh743nci1chx6qjgp4jyzq98ncvxgg"))))
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.2)
@@ -3063,10 +3063,10 @@ in C using Gtk+-3 and WebKitGtk.")
`(#:configure-flags '("--without-examples")
#:phases
(modify-phases %standard-phases
- (add-before 'configure 'setenv
- (lambda _
- (setenv "GUILE_AUTO_COMPILE" "0")
- #t))))))))
+ (add-before 'configure 'setenv
+ (lambda _
+ (setenv "GUILE_AUTO_COMPILE" "0")
+ #t))))))))
(define-public guile-jpeg
(let ((commit "6a1673578b297c2c1b28e44a76bd5c49e76a5046")
- branch master updated (098593e -> 45231d1), guix-commits, 2020/09/07
- 01/07: gnu: libhandy: Update to 0.91.0., guix-commits, 2020/09/07
- 03/07: gnu: libsass: Update to 3.6.4., guix-commits, 2020/09/07
- 02/07: gnu: xournalpp: Fix path to addr2line binary., guix-commits, 2020/09/07
- 04/07: gnu: coq-equations: Update 1.2.1-8.10-2., guix-commits, 2020/09/07
- 05/07: gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f.,
guix-commits <=
- 07/07: gnu: guile-pfds: When using Guile 3, compile as a r6rs library., guix-commits, 2020/09/07
- 06/07: gnu: g-golf: Update to 0.1.0-822.84e894e., guix-commits, 2020/09/07