gnu: libqmi: Update to 1.12.8.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.12.8.
This commit is contained in:
		
							parent
							
								
									9012e118ff
								
							
						
					
					
						commit
						97a0859593
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -472,15 +472,15 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
 | 
				
			||||||
(define-public libqmi
 | 
					(define-public libqmi
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libqmi")
 | 
					    (name "libqmi")
 | 
				
			||||||
    (version "1.12.6")
 | 
					    (version "1.12.8")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "http://www.freedesktop.org/software/" name "/"
 | 
					                    "https://www.freedesktop.org/software/" name "/"
 | 
				
			||||||
                    name "-" version ".tar.xz"))
 | 
					                    name "-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "101ppan2q1h4pyp2zbn9b8sdwy2c7fk9rp91yykxz3afrvzbymq8"))))
 | 
					                "19w2zkm5xl6i3vm1xhjjclks4awas17gfbb2k5y66gwnkiykjfnj"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("glib:bin" ,glib "bin") ; for glib-mkenums
 | 
					     `(("glib:bin" ,glib "bin") ; for glib-mkenums
 | 
				
			||||||
| 
						 | 
					@ -489,7 +489,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("glib" ,glib))) ; required by qmi-glib.pc
 | 
					     `(("glib" ,glib))) ; required by qmi-glib.pc
 | 
				
			||||||
    (synopsis "Library to communicate with QMI-powered modems")
 | 
					    (synopsis "Library to communicate with QMI-powered modems")
 | 
				
			||||||
    (home-page "http://www.freedesktop.org/wiki/Software/libqmi/")
 | 
					    (home-page "https://www.freedesktop.org/wiki/Software/libqmi/")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Libqmi is a GLib-based library for talking to WWAN modems and devices
 | 
					     "Libqmi is a GLib-based library for talking to WWAN modems and devices
 | 
				
			||||||
which speak the Qualcomm MSM Interface (QMI) protocol.")
 | 
					which speak the Qualcomm MSM Interface (QMI) protocol.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue