[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: smu: Update to 1.5.
From: |
guix-commits |
Subject: |
03/08: gnu: smu: Update to 1.5. |
Date: |
Fri, 27 Sep 2019 23:44:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 67e4abc53115ad81579f1ea38e4aabfee1060b5a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Sep 28 01:21:51 2019 +0200
gnu: smu: Update to 1.5.
* gnu/packages/markup.scm (smu): Update to 1.5.
---
gnu/packages/markup.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 2b1e2ef..2717ac3 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015 David Thompson <address@hidden>
;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2017 ng0 <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -224,7 +224,7 @@ for parsing and rendering CommonMark.")
(define-public smu
(package
(name "smu")
- (version "1.4")
+ (version "1.5")
(source
(origin
(method url-fetch)
@@ -232,14 +232,13 @@ for parsing and rendering CommonMark.")
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0iazl45rkz8ngsb5hpykl76w0ngvdvqqhym1qz5wykgmrzk293rp"))))
+ (base32 "194kc08070g70ax9lg7jcr6iancbmgfgims8zfkpj9lnb3wiifzk"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"
(string-append "PREFIX="
(assoc-ref %outputs "out")))
- #:tests? #f ;No tests included
+ #:tests? #f ; no tests included
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- branch master updated (ba567ca -> d49375c), guix-commits, 2019/09/27
- 07/08: gnu: xtensor: Use HTTPS home page., guix-commits, 2019/09/27
- 08/08: gnu: z3: Update to 4.8.6., guix-commits, 2019/09/27
- 04/08: gnu: smu: Don't use unstable tarball., guix-commits, 2019/09/27
- 05/08: gnu: xtl: Update to 0.6.7., guix-commits, 2019/09/27
- 06/08: gnu: xtensor: Update to 0.20.9., guix-commits, 2019/09/27
- 01/08: gnu: ubridge: Update to 0.9.16., guix-commits, 2019/09/27
- 02/08: gnu: youtube-viewer: Update to 3.5.8., guix-commits, 2019/09/27
- 03/08: gnu: smu: Update to 1.5.,
guix-commits <=