gnu: usbredir: Update to 0.13.0.
* gnu/packages/spice.scm (usbredir): Update to 0.13.0. [inputs]: Add glib. [native-inputs]: Remove autoconf, automake, and libtool. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									c4678cf19b
								
							
						
					
					
						commit
						0d07629295
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -62,19 +62,18 @@
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "usbredir")
 | 
					    (name "usbredir")
 | 
				
			||||||
    (home-page "https://spice-space.org")
 | 
					    (home-page "https://spice-space.org")
 | 
				
			||||||
    (version "0.9.0")
 | 
					    (version "0.13.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append home-page "/download/" name "/" name "-"
 | 
					              (uri (string-append home-page "/download/" name "/" name "-"
 | 
				
			||||||
                                  version ".tar.xz"))
 | 
					                                  version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "19jnpzlanq0a1m5lmlcsp50wxf7icxvpvclx7hnf0zxw8azngqd3"))))
 | 
					                "0vn4gnd8nmnrvvj2rm7akf4sbcslmdk3v22k9kmxxrha5jhgm9jb"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs (list libusb))
 | 
				
			||||||
     (list libusb))
 | 
					    (inputs (list glib))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs (list pkg-config))
 | 
				
			||||||
     (list autoconf automake libtool pkg-config))
 | 
					 | 
				
			||||||
    (synopsis "Tools for sending USB device traffic over a network")
 | 
					    (synopsis "Tools for sending USB device traffic over a network")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Usbredir is a network protocol for sending USB device traffic over a
 | 
					     "Usbredir is a network protocol for sending USB device traffic over a
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue