[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/18: gnu: cmark: Update to 0.28.3.
From: |
Tobias Geerinckx-Rice |
Subject: |
07/18: gnu: cmark: Update to 0.28.3. |
Date: |
Sun, 24 Dec 2017 10:09:56 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e7ef061b914d07f07d406c0f9ffaad986e254ba7
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Dec 15 22:59:59 2017 +0100
gnu: cmark: Update to 0.28.3.
* gnu/packages/markup.scm (cmark): Update to 0.28.3
---
gnu/packages/markup.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 4426258..ee0ad98 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015 David Thompson <address@hidden>
;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -193,7 +194,7 @@ implementation.
(define-public cmark
(package
(name "cmark")
- (version "0.28.0")
+ (version "0.28.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jgm/cmark/archive/"
@@ -201,7 +202,7 @@ implementation.
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "03pypf2mcacfa7lrwz66lh5hydsycc33arp1nx1lljbq98gikkv8"))))
+ "1z71pacl3ni1286c206pl8lazbcd32ackivsg3zibdf1sf2qdjdc"))))
(build-system cmake-build-system)
(arguments
'(#:test-target "test"))
- 08/18: gnu: cmark: Mark up description., (continued)
- 08/18: gnu: cmark: Mark up description., Tobias Geerinckx-Rice, 2017/12/24
- 13/18: gnu: ruby-simplecov-html: Update to 0.10.2., Tobias Geerinckx-Rice, 2017/12/24
- 09/18: gnu: ruby-crass: Update to 1.0.3., Tobias Geerinckx-Rice, 2017/12/24
- 11/18: gnu: ruby-hoe: Update to 3.16.2., Tobias Geerinckx-Rice, 2017/12/24
- 06/18: gnu: pulsemixer: Update to 1.4.0., Tobias Geerinckx-Rice, 2017/12/24
- 12/18: gnu: ruby-pry: Update to 0.11.3., Tobias Geerinckx-Rice, 2017/12/24
- 14/18: gnu: ruby-json-pure: Fix build failure., Tobias Geerinckx-Rice, 2017/12/24
- 16/18: gnu: python-ruamel.yaml: Update to 0.15.35., Tobias Geerinckx-Rice, 2017/12/24
- 17/18: gnu: ecl-flexi-streams: Update to 1.0.16., Tobias Geerinckx-Rice, 2017/12/24
- 01/18: services: messaging: Use HTTPS for prosody.im URLs., Tobias Geerinckx-Rice, 2017/12/24
- 07/18: gnu: cmark: Update to 0.28.3.,
Tobias Geerinckx-Rice <=
- 15/18: gnu: dotherside: Update to 0.6.3., Tobias Geerinckx-Rice, 2017/12/24
- 18/18: gnu: python-cbor: Mark up description., Tobias Geerinckx-Rice, 2017/12/24
- 02/18: gnu, doc: Use HTTPS for cran.r-project.org home pages., Tobias Geerinckx-Rice, 2017/12/24