summaryrefslogtreecommitdiff
path: root/gnu/packages/markup.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-23 16:50:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-23 22:39:15 +0200
commitec81488b93ca9a9af6487e422eeeaf998e5bc505 (patch)
tree22466fc37d6e42d89116058749ff78a0f37f2e78 /gnu/packages/markup.scm
parent36d2e48c303d2ba7dc80722939353ba754378957 (diff)
downloadguix-patches-ec81488b93ca9a9af6487e422eeeaf998e5bc505.tar
guix-patches-ec81488b93ca9a9af6487e422eeeaf998e5bc505.tar.gz
gnu: md4c: Update to 0.4.8.
* gnu/packages/markup.scm (md4c): Update to 0.4.8.
Diffstat (limited to 'gnu/packages/markup.scm')
-rw-r--r--gnu/packages/markup.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 695eed67b1..368976bfde 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Nikita <nikita@n0.is>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 EuAndreh <eu@euandre.org>
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
@@ -284,7 +284,7 @@ and smu is that smu doesn't support reference style links.")
(define-public md4c
(package
(name "md4c")
- (version "0.4.7")
+ (version "0.4.8")
(source
(origin
(method git-fetch)
@@ -293,7 +293,7 @@ and smu is that smu doesn't support reference style links.")
(commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0m3202zzjvw4k7jw66z1qi3cbisxzvplq5alkygpifvhzm81gwwx"))))
+ (base32 "12pdh4rfjc3b0cblj5nz3jksr2376lx8ay0vw5dwa1s97q09pczq"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f))
(home-page "https://github.com/mity/md4c/")