gnu: go-github-com-spf13-cobra: Update to 1.5.0.
* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.5.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									e827d45db9
								
							
						
					
					
						commit
						0ef69fb724
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3630,7 +3630,7 @@ middleware for Go web applications and services.")
 | 
				
			||||||
(define-public go-github-com-spf13-cobra
 | 
					(define-public go-github-com-spf13-cobra
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-github-com-spf13-cobra")
 | 
					    (name "go-github-com-spf13-cobra")
 | 
				
			||||||
    (version "1.4.0")
 | 
					    (version "1.5.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -3640,7 +3640,7 @@ middleware for Go web applications and services.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0ijhnk9pcks1v1cxri4kf6v1h26ym3jikmkgv4fdfrmm7sqgva13"))))
 | 
					         "0qavvyljh509w5xb46lfkak670szp6v4jswwar1hx13cpid8gk5d"))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:import-path "github.com/spf13/cobra"))
 | 
					     `(#:import-path "github.com/spf13/cobra"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue