guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: sxiv: Update to 1.3.2.


From: Alex Kost
Subject: 02/03: gnu: sxiv: Update to 1.3.2.
Date: Mon, 18 Jan 2016 19:41:03 +0000

alezost pushed a commit to branch master
in repository guix.

commit d44d60d211daaa1302e9f3b862deb678d10ec721
Author: Alex Kost <address@hidden>
Date:   Mon Jan 18 22:34:53 2016 +0300

    gnu: sxiv: Update to 1.3.2.
    
    * gnu/packages/sxiv.scm (sxiv): Update to 1.3.2.
---
 gnu/packages/sxiv.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sxiv.scm b/gnu/packages/sxiv.scm
index ee5e822..8a81d48 100644
--- a/gnu/packages/sxiv.scm
+++ b/gnu/packages/sxiv.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Alex Kost <address@hidden>
+;;; Copyright © 2015, 2016 Alex Kost <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,7 +28,7 @@
 (define-public sxiv
   (package
     (name "sxiv")
-    (version "1.3.1")
+    (version "1.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -37,7 +37,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "03hxy5ff7xbs15rhlbpgx8xmvmpjlffp0m4528975hg16sqa2c4s"))))
+                "0lxnd33gaw4drhdwbkk94wzrjyhh64d57jq2ps7ffmqgizg6hlwz"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no check target



reply via email to

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