guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libmtp: Update to 1.1.9.


From: Andreas Enge
Subject: 01/01: gnu: libmtp: Update to 1.1.9.
Date: Fri, 21 Aug 2015 07:14:45 +0000

andreas pushed a commit to branch master
in repository guix.

commit 80601ec17991b632dc29478fc5f2d6e04f64df74
Author: Andreas Enge <address@hidden>
Date:   Fri Aug 21 09:14:21 2015 +0200

    gnu: libmtp: Update to 1.1.9.
    
    * gnu/packages/libusb.scm (libmtp): Update to 1.1.9.
---
 gnu/packages/libusb.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 98c18fd..86a59be 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -84,14 +84,14 @@ version of libusb to run with newer libusb.")
 (define-public libmtp
   (package
     (name "libmtp")
-    (version "1.1.8")
+    (version "1.1.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/libmtp/" version
                                  "/libmtp-" version ".tar.gz"))
              (sha256
                (base32
-                "10i2vnj8r6hyd61xgyhmxbsissq971g50fhm1h6mc3m4d99qg7iz"))))
+                "12dinqic0ljnhrwx3rc61jc7q24ybr0mckc2ya5kh1s1np0d7w93"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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