guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: virt-viewer: Update to 7.0.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: virt-viewer: Update to 7.0.
Date: Fri, 10 Aug 2018 23:08:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 800248fe59d59af76b6dbcfece7f56a7c3e94804
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 11 04:50:18 2018 +0200

    gnu: virt-viewer: Update to 7.0.
    
    * gnu/packages/spice.scm (virt-viewer): Update to 7.0.
---
 gnu/packages/spice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index ce90a0c..69bc2b8 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -302,7 +302,7 @@ resolution scaling on graphical console window resize.")
 (define-public virt-viewer
   (package
     (name "virt-viewer")
-    (version "6.0")
+    (version "7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -310,7 +310,7 @@ resolution scaling on graphical console window resize.")
                 "virt-viewer-" version ".tar.gz"))
               (sha256
                (base32
-                "1chqrf658niivzfh85cbwkbv9vyg8sv1mv3i31vawkfsfdvvsdwh"))))
+                "00y9vi69sja4pkrfnvrkwsscm41bqrjzvp8aijb20pvg6ymczhj7"))))
     (build-system gnu-build-system)
     (inputs
       `(("gtk+" ,gtk+)



reply via email to

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