guix-commits
[Top][All Lists]
Advanced

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

08/21: gnu: gusb: Update to 0.3.5.


From: guix-commits
Subject: 08/21: gnu: gusb: Update to 0.3.5.
Date: Thu, 28 Jan 2021 15:08:14 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5bf1e8562256ede4140ead6f0dc5dae3ef2b38c1
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Jan 25 12:10:32 2021 +0100

    gnu: gusb: Update to 0.3.5.
    
    * gnu/packages/gnome.scm (gusb): Update to 0.3.5.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 505d4bf..c72ad9a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6433,7 +6433,7 @@ DAV, and others.")
 (define-public gusb
   (package
     (name "gusb")
-    (version "0.3.0")
+    (version "0.3.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6442,7 +6442,7 @@ DAV, and others.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "002pg0p4qzzk5dkyiynm483ir26zxrn4k71c7f6j85mfsdzbgli7"))))
+                "0ifhdqhpyxwsg0z9s1anj7cf5pya5qsqyp5ksh9n7mqwa4lrjkl8"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)



reply via email to

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