mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-for-guile-emacs: Update to e62c0d1b32f625fcbaa733c32a88622846aee905.
* gnu/packages/guile.scm (guile-for-guile-emacs): Update to e62c0d1b32f625fcbaa733c32a88622846aee905, from https://codeberg.org/lyrra/guile. Change-Id: Ic1a48865bfd9ee1201671b1f4b5e3659c084d71f Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
95d52b8a77
commit
55d53a2ff4
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
||||||
;;; Copyright © 2014, 2016, 2018 David Thompson <davet@gnu.org>
|
;;; Copyright © 2014, 2016, 2018 David Thompson <davet@gnu.org>
|
||||||
;;; Copyright © 2014, 2017, 2018 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2017, 2018 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2015, 2017 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
;;; Copyright © 2015, 2017 Christine Lemmer-Webber <cwebber@dustycloud.org>
|
||||||
;;; Copyright © 2016, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
;;; Copyright © 2016, 2023, 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||||
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2016, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2016, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
|
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
|
||||||
|
@ -612,20 +612,20 @@ GNU@tie{}Guile. Use the @code{(ice-9 readline)} module and call its
|
||||||
#:deep? #f))
|
#:deep? #f))
|
||||||
|
|
||||||
(define-public guile-for-guile-emacs
|
(define-public guile-for-guile-emacs
|
||||||
(let ((commit "4b9b8277733729f5b825f78fadfead9fc3630e7e")
|
(let ((commit "e62c0d1b32f625fcbaa733c32a88622846aee905")
|
||||||
(revision "0"))
|
(revision "2"))
|
||||||
(package (inherit guile-next)
|
(package (inherit guile-next)
|
||||||
(name "guile-for-guile-emacs")
|
(name "guile-for-guile-emacs")
|
||||||
(version (git-version "3.0.7-81" revision commit))
|
(version (git-version "3.0.7-81" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "git://git.savannah.gnu.org/guile.git")
|
(url "https://codeberg.org/lyrra/guile")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fgkcv29581kqkxqq6y48xly72970qs7016qhs6c4ilygg0gyfqb"))))
|
"0xfnd99iws9dwk5va8bmqpysmb8pnb1w91rw7rbfzzklyfvpibh6"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments guile-next)
|
(substitute-keyword-arguments (package-arguments guile-next)
|
||||||
((#:phases phases '%standard-phases)
|
((#:phases phases '%standard-phases)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue