guix-commits
[Top][All Lists]
Advanced

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

17/23: gnu: exempi: Update to 2.5.0.


From: guix-commits
Subject: 17/23: gnu: exempi: Update to 2.5.0.
Date: Sat, 12 Jan 2019 19:32:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0b014776c9966d64f710f67f245195b5780a0d44
Author: Marius Bakke <address@hidden>
Date:   Sat Jan 12 21:04:19 2019 +0100

    gnu: exempi: Update to 2.5.0.
    
    * gnu/packages/freedesktop.scm (exempi): Update to 2.5.0.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8982c0e..039188d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -530,7 +530,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
 (define-public exempi
   (package
     (name "exempi")
-    (version "2.4.5")
+    (version "2.5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -538,7 +538,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
                    name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "07i29xmg8bqriviaf4vi1mwha4lrw85kfla29cfym14fp3z8aqa0"))))
+               "06vi7dc2gappwqm3xpfyy5ihxq14bmvj3bd47yk482jlq0jgr0nw"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list (string-append "--with-boost="



reply via email to

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