guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: hoedown: Update to 3.0.7.


From: Efraim Flashner
Subject: 01/01: gnu: hoedown: Update to 3.0.7.
Date: Sun, 17 Jul 2016 13:36:49 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 67eb38572f62f1e9a6083c403f87bc0966f2b9e8
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 17 16:20:47 2016 +0300

    gnu: hoedown: Update to 3.0.7.
    
    * gnu/packages/markdown.scm (hoedown): Update to 3.0.7.
---
 gnu/packages/markdown.scm |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/markdown.scm b/gnu/packages/markdown.scm
index a20eef6..dab3d4e 100644
--- a/gnu/packages/markdown.scm
+++ b/gnu/packages/markdown.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2015 David Thompson <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,7 +32,7 @@
 (define-public hoedown
   (package
     (name "hoedown")
-    (version "3.0.3")
+    (version "3.0.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/hoedown/hoedown/archive/";
@@ -39,7 +40,7 @@
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "0mmmkfayqgh6k39kbi3pq68mg03x35aiygy3zypxzvwx9y8b53ky"))))
+               "0859dc2xjasd6kgkshi8mb20kbyw5sql1ln0hw3bfaf33qdh5dh1"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]