[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: DRAFT gnu: mes: Update to 0.22-305-g2ab4c5c67.
From: |
guix-commits |
Subject: |
06/11: DRAFT gnu: mes: Update to 0.22-305-g2ab4c5c67. |
Date: |
Sun, 3 Jan 2021 17:37:05 -0500 (EST) |
janneke pushed a commit to branch wip-full-source-bootstrap
in repository guix.
commit 6dc250aeaaf0a6759178ecdbf8ff07246c4a179c
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 13 14:46:40 2020 +0100
DRAFT gnu: mes: Update to 0.22-305-g2ab4c5c67.
XXX TODO: release 0.24; download from mirror://gnu/mes
* gnu/packages/mes.scm (mes-next)[source]: Update to 0.22-305-g2ab4c5c67.
[propagated-inputs]: Update to nyacc-1.00.2.
---
gnu/packages/mes.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index c9a0256..94b8ab4 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -194,17 +194,17 @@ Guile.")
(define-public mes
(package
(inherit mes-0.19)
- (version "0.22")
+ (version "0.22-305-g2ab4c5c67")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnu/mes/"
+ (uri (string-append "https://lilypond.org/janneke/mes/"
"mes-" version ".tar.gz"))
(sha256
(base32
- "0p1jsrrmcbc0zrvbvnjbb6iyxr0in71km293q8qj6gnar6bw09av"))))
+ "10qrzmyb1jibxgbx369jffk1l46xf9j9la9zffdbrid0slp4afar"))))
(propagated-inputs
`(("mescc-tools" ,mescc-tools)
- ("nyacc" ,nyacc-0.99)))
+ ("nyacc" ,nyacc-1.00.2)))
(native-search-paths
(list (search-path-specification
(variable "C_INCLUDE_PATH")
- branch wip-full-source-bootstrap created (now dcaed7a), guix-commits, 2021/01/03
- 01/11: gnu: mescc-tools: Update to 1.1.0., guix-commits, 2021/01/03
- 02/11: gnu: m2-planet: Update to 1.7.0-31-g358b6cf., guix-commits, 2021/01/03
- 03/11: commencement: Add bootstrap-seeds., guix-commits, 2021/01/03
- 04/11: commencement: Add m2-planet-boot., guix-commits, 2021/01/03
- 07/11: DRAFT commencement: mes-boot: Update to 0.22-304, build with m2-planet., guix-commits, 2021/01/03
- 06/11: DRAFT gnu: mes: Update to 0.22-305-g2ab4c5c67.,
guix-commits <=
- 05/11: gnu: Add nyacc-1.00.2., guix-commits, 2021/01/03
- 09/11: bootstrap: Remove %bootstrap-mescc-tools, %bootstrap-mes., guix-commits, 2021/01/03
- 11/11: DRAFT doc: Add the "Full Source Bootstrap"., guix-commits, 2021/01/03
- 08/11: commencement: tcc-boot0: Update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2021/01/03
- 10/11: commencement: Remove %bootstrap-mes-rewired., guix-commits, 2021/01/03