gnu: redkite: Update to 1.3.0.
* gnu/packages/audio.scm (redkite): Update to 1.3.0. [propagated-inputs]: Move cairo from inputs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									0bb40f8fc5
								
							
						
					
					
						commit
						3fc49dae18
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -4605,20 +4605,20 @@ workstations as well as consumer software such as music players.")
 | 
				
			||||||
(define-public redkite
 | 
					(define-public redkite
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "redkite")
 | 
					    (name "redkite")
 | 
				
			||||||
    (version "1.0.3")
 | 
					    (version "1.3.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://gitlab.com/geontime/redkite.git")
 | 
					             (url "https://gitlab.com/iurie-sw/redkite")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1m2db7c791fi33snkjwnvlxapmf879g5r8azlkx7sr6vp2s0jq2k"))))
 | 
					        (base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))                    ;no tests included
 | 
					     `(#:tests? #f))                    ;no tests included
 | 
				
			||||||
    (inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("cairo" ,cairo)))
 | 
					     `(("cairo" ,cairo)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue