gnu: vala-language-server: Update to 0.48.7.
* gnu/packages/gnome-xyz.scm (vala-language-server): Update to 0.48.7. Change-Id: I101091d73f0e26aab5e9fa8eb0dadaa3489f7dc3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
		
							parent
							
								
									1682264fda
								
							
						
					
					
						commit
						17c2e26068
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1790,7 +1790,7 @@ track stocks, currencies and cryptocurrencies.")
 | 
				
			||||||
    ;; Note to maintainer: VLS must be built with a Vala toolchain the same
 | 
					    ;; Note to maintainer: VLS must be built with a Vala toolchain the same
 | 
				
			||||||
    ;; version or newer. Therefore when you update this package you may need
 | 
					    ;; version or newer. Therefore when you update this package you may need
 | 
				
			||||||
    ;; to update Vala too.
 | 
					    ;; to update Vala too.
 | 
				
			||||||
    (version "0.48.3")
 | 
					    (version "0.48.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1798,7 +1798,7 @@ track stocks, currencies and cryptocurrencies.")
 | 
				
			||||||
                    (commit version)))
 | 
					                    (commit version)))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32 "1gnvc91gdp3wj9r3r3xxfr09f9lw39cfypn2q5f0443dhhmp059j"))))
 | 
					               (base32 "1ini6nd5yim6mql13b9mb15gs02gm08x7zphd0vlv9jxl2646pjn"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments '(#:glib-or-gtk? #t))
 | 
					    (arguments '(#:glib-or-gtk? #t))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue