guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: exempi: Update to 2.5.1.


From: guix-commits
Subject: 02/06: gnu: exempi: Update to 2.5.1.
Date: Thu, 8 Aug 2019 11:54:55 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit df3db975875962c47a0329e15ad1f477c9de73e3
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 8 17:25:36 2019 +0200

    gnu: exempi: Update to 2.5.1.
    
    * gnu/packages/freedesktop.scm (exempi): Update to 2.5.1.
---
 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 d77d6c5..aa783c3 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -718,7 +718,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
 (define-public exempi
   (package
     (name "exempi")
-    (version "2.5.0")
+    (version "2.5.1")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -726,7 +726,7 @@ multiplexer to the KMS/DRM Linux kernel devices.")
                    name "-" version ".tar.bz2"))
              (sha256
               (base32
-               "06vi7dc2gappwqm3xpfyy5ihxq14bmvj3bd47yk482jlq0jgr0nw"))))
+               "1j4vx054l1c2cggw4aka4iw48jkcf68qk5y064pbqw1k3ddks2qh"))))
     (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]