gnu: kodi: Update to 18.0_alpha-4-b8ad238.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-4-b8ad238.
This commit is contained in:
		
							parent
							
								
									49393691d7
								
							
						
					
					
						commit
						975104d857
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -239,8 +239,8 @@ generator library for C++.")
 | 
				
			||||||
(define-public kodi
 | 
					(define-public kodi
 | 
				
			||||||
  ;; We package the git version because the current released
 | 
					  ;; We package the git version because the current released
 | 
				
			||||||
  ;; version was cut while the cmake transition was in turmoil.
 | 
					  ;; version was cut while the cmake transition was in turmoil.
 | 
				
			||||||
  (let ((commit "749c61e01082acec745bb82888caa1dd1eaa0677")
 | 
					  (let ((commit "b8ad238aa8010063eaf7d608d139002a50075e8d")
 | 
				
			||||||
        (revision "3"))
 | 
					        (revision "4"))
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kodi")
 | 
					    (name "kodi")
 | 
				
			||||||
    (version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
 | 
					    (version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
 | 
				
			||||||
| 
						 | 
					@ -252,7 +252,7 @@ generator library for C++.")
 | 
				
			||||||
              (file-name (string-append name "-" version "-checkout"))
 | 
					              (file-name (string-append name "-" version "-checkout"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0mg22sbxvkhvd1b13xmv96k0b3lnrmjh3cd0cl0gjh17ip2v1y9k"))
 | 
					                "192agb8lpbajljbnnpn7y1pk2c6bvqbcpqhlgq4pja4pdf664xzg"))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
                  (use-modules (guix build utils))
 | 
					                  (use-modules (guix build utils))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue