guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: usb-modeswitch: Update to 2.6.1.


From: guix-commits
Subject: 03/04: gnu: usb-modeswitch: Update to 2.6.1.
Date: Mon, 13 Jul 2020 21:25:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dbfd8044254f794c7ee56ae275522674e180bc9c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 14 03:13:26 2020 +0200

    gnu: usb-modeswitch: Update to 2.6.1.
    
    * gnu/packages/usb-modeswitch.scm (usb-modeswitch): Update to 2.6.1.
---
 gnu/packages/usb-modeswitch.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/usb-modeswitch.scm b/gnu/packages/usb-modeswitch.scm
index 6de810d..990b364 100644
--- a/gnu/packages/usb-modeswitch.scm
+++ b/gnu/packages/usb-modeswitch.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright � 2019, 2020 Florian Pelz <pelzflorian@pelzflorian.de>
+;;; Copyright � 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -76,7 +77,7 @@ file for use with USB_ModeSwitch.")
 (define-public usb-modeswitch
   (package
     (name "usb-modeswitch")
-    (version "2.6.0")
+    (version "2.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -84,7 +85,7 @@ file for use with USB_ModeSwitch.")
                     "usb-modeswitch-" version ".tar.bz2"))
               (sha256
                (base32
-                "18wbbxc5cfsmikba0msdvd5qlaga27b32nhrzicyd9mdddp265f2"))))
+                "0d7s8p92r36danjd15y1zaznf6rbk17kxyg9367nabz56vhxk5ai"))))
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("libusb" ,libusb)
               ("jimtcl" ,jimtcl)



reply via email to

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