gnu: paprefs: Update to 1.2.
* gnu/packages/pulseaudio.scm (paprefs): Update to 1.2.
This commit is contained in:
		
							parent
							
								
									4aa2a62345
								
							
						
					
					
						commit
						ca4d834c2f
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -436,15 +436,14 @@ README.md for a detailed list of features.")
 | 
				
			||||||
(define-public paprefs
 | 
					(define-public paprefs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "paprefs")
 | 
					    (name "paprefs")
 | 
				
			||||||
    (version "1.1")
 | 
					    (version "1.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://www.freedesktop.org/software/pulseaudio/"
 | 
					       (uri (string-append "https://www.freedesktop.org/software/pulseaudio/"
 | 
				
			||||||
                           name "/" name "-" version ".tar.xz"))
 | 
					                           "paprefs/paprefs-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "0czn71vc2j59ass1axr8ij7bh53wq2q0z4gw7xgd2dirvi01xwmk"))))
 | 
				
			||||||
         "189z5p20hk0xv9vwvym293503j4pwl03xqk9hl7cl6dwgv0l7wkf"))))
 | 
					 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list gettext-minimal pkg-config))
 | 
					     (list gettext-minimal pkg-config))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue