guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gmtp: Update to 1.3.11.


From: Kei Kebreau
Subject: 01/01: gnu: gmtp: Update to 1.3.11.
Date: Sun, 11 Feb 2018 10:22:33 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit f62dcba42d9812199f6805a95100f8d39c739fde
Author: Kei Kebreau <address@hidden>
Date:   Sun Feb 11 10:19:41 2018 -0500

    gnu: gmtp: Update to 1.3.11.
    
    * gnu/packages/libusb.scm (gmtp): Update to 1.3.11.
---
 gnu/packages/libusb.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index e4301c5..10a5a91 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -287,14 +287,14 @@ proposed for standardization.")
 (define-public gmtp
   (package
     (name "gmtp")
-    (version "1.3.10")
+    (version "1.3.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gmtp/gMTP-" version
                                   "/gmtp-" version ".tar.gz"))
               (sha256
                (base32
-                "0fyi3pdl2g57vr0p46ip2wwzyap3l0by7iqaqygv0yxfcs79l6xj"))))
+                "04q6byyq002fhzkc2rkkahwh5b6272xakaj4m3vwm8la8jf0r0ss"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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