diff options
Diffstat (limited to 'gnu/packages/libusb.scm')
| -rw-r--r-- | gnu/packages/libusb.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm index 1e72442c734..1f659c7594f 100644 --- a/gnu/packages/libusb.scm +++ b/gnu/packages/libusb.scm | |||
| @@ -92,14 +92,14 @@ version of libusb to run with newer libusb.") | |||
| 92 | (define-public python-pyusb | 92 | (define-public python-pyusb |
| 93 | (package | 93 | (package |
| 94 | (name "python-pyusb") | 94 | (name "python-pyusb") |
| 95 | (version "1.0.0rc1") | 95 | (version "1.0.0") |
| 96 | (source | 96 | (source |
| 97 | (origin | 97 | (origin |
| 98 | (method url-fetch) | 98 | (method url-fetch) |
| 99 | (uri (pypi-uri "pyusb" version)) | 99 | (uri (pypi-uri "PyUSB" version)) |
| 100 | (sha256 | 100 | (sha256 |
| 101 | (base32 | 101 | (base32 |
| 102 | "07cjq11qhngzjd746k7688s6y2x7lpj669fxqfsiy985rg0jsn7j")))) | 102 | "0s2k4z06fapd5vp1gnrlf8a9sjpc03p9974lzw5k6ky39akzyd2v")))) |
| 103 | (build-system python-build-system) | 103 | (build-system python-build-system) |
| 104 | (arguments | 104 | (arguments |
| 105 | `(#:tests? #f ;no tests | 105 | `(#:tests? #f ;no tests |
| @@ -135,15 +135,14 @@ version of libusb to run with newer libusb.") | |||
| 135 | (define-public libmtp | 135 | (define-public libmtp |
| 136 | (package | 136 | (package |
| 137 | (name "libmtp") | 137 | (name "libmtp") |
| 138 | (version "1.1.9") | 138 | (version "1.1.11") |
| 139 | (source (origin | 139 | (source (origin |
| 140 | (method url-fetch) | 140 | (method url-fetch) |
| 141 | (uri (string-append "mirror://sourceforge/libmtp/" version | 141 | (uri (string-append "mirror://sourceforge/libmtp/" version |
| 142 | "/libmtp-" version ".tar.gz")) | 142 | "/libmtp-" version ".tar.gz")) |
| 143 | (sha256 | 143 | (sha256 |
| 144 | (base32 | 144 | (base32 |
| 145 | "12dinqic0ljnhrwx3rc61jc7q24ybr0mckc2ya5kh1s1np0d7w93")) | 145 | "1sc768q2cixwanlwrz95mp389iaadl4s95486caavxx4g7znvn8m")))) |
| 146 | (patches (search-patches "libmtp-devices.patch")))) | ||
| 147 | (build-system gnu-build-system) | 146 | (build-system gnu-build-system) |
| 148 | (native-inputs | 147 | (native-inputs |
| 149 | `(("pkg-config" ,pkg-config))) | 148 | `(("pkg-config" ,pkg-config))) |
