gnu: go-github-com-muesli-termenv: Update to 0.8.1.
* gnu/packages/golang.scm (go-github-com-muesli-termenv): Update to 0.8.1. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Gábor Boskovits <boskovits@gmail.com> Co-authored-by: Jorge Acereda <jacereda@gmail.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									c58c0bea77
								
							
						
					
					
						commit
						067dbee497
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7232,7 +7232,7 @@ io.Writers helping you to transform blocks of text.")
 | 
				
			||||||
(define-public go-github-com-muesli-termenv
 | 
					(define-public go-github-com-muesli-termenv
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-github-com-muesli-termenv")
 | 
					    (name "go-github-com-muesli-termenv")
 | 
				
			||||||
    (version "0.7.0")
 | 
					    (version "0.8.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -7241,7 +7241,7 @@ io.Writers helping you to transform blocks of text.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "09fwrdhy7c9qlf70h97f5inh6xvkfq1vi8fwx9q7bwmjjbiykk8m"))))
 | 
					                "0m24ljq1nq7z933fcvg99fw0fhxj9rb5ll4rlay7z2f2p59mrbdp"))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:import-path "github.com/muesli/termenv"))
 | 
					     `(#:import-path "github.com/muesli/termenv"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue