gnu: mpd: Update to 0.21.14.
* gnu/packages/mpd.scm (mpd): Update to 0.21.14.
This commit is contained in:
		
							parent
							
								
									1f10e3695c
								
							
						
					
					
						commit
						d4ae72af47
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -91,7 +91,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 | 
				
			||||||
(define-public mpd
 | 
					(define-public mpd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mpd")
 | 
					    (name "mpd")
 | 
				
			||||||
    (version "0.21.13")
 | 
					    (version "0.21.14")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri
 | 
					              (uri
 | 
				
			||||||
| 
						 | 
					@ -100,7 +100,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
 | 
				
			||||||
                              "/mpd-" version ".tar.xz"))
 | 
					                              "/mpd-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1sjyhmq50nlccwmd8xn7m0bk8xvyixvfyr24v9dy3g86hhk0pdwm"))))
 | 
					                "0iknnm9xvwfgk8h82hjwrmbijpk9l0dgap0794c2nyg8i66qlb0y"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("-Ddocumentation=true") ; the default is 'false'...
 | 
					     `(#:configure-flags '("-Ddocumentation=true") ; the default is 'false'...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue