gnu: go-honnef-co-go-tools: Update to 0.3.3.
* gnu/packages/golang.scm (go-honnef-co-go-tools): Update to 0.3.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
		
							parent
							
								
									90a2ef549b
								
							
						
					
					
						commit
						dfd1bcb3a6
					
				
					 1 changed files with 15 additions and 16 deletions
				
			
		|  | @ -10052,27 +10052,26 @@ tools with similar semantics.") | ||||||
| (define-public go-honnef-co-go-tools | (define-public go-honnef-co-go-tools | ||||||
|   (package |   (package | ||||||
|     (name "go-honnef-co-go-tools") |     (name "go-honnef-co-go-tools") | ||||||
|     (version "0.1.3") |     (version "0.3.3") | ||||||
|     (source |     (source (origin | ||||||
|      (origin |               (method git-fetch) | ||||||
|        (method git-fetch) |               (uri (git-reference | ||||||
|        (uri (git-reference |                     (url "https://github.com/dominikh/go-tools") | ||||||
|              (url "https://github.com/dominikh/go-tools") |                     (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 | ||||||
|         (base32 "17li8jbw3cpn59kpcl3j3r2an4wkx3fc81xn0j4xgbjpkxh9493n")))) |                 "099z04v7vvwwglnps315s9fmal68xvzlc1g8m26iqi980grbwn32")))) | ||||||
|     (build-system go-build-system) |     (build-system go-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:import-path "honnef.co/go/tools" |      `(#:import-path "honnef.co/go/tools" | ||||||
|        #:tests? #f |        #:tests? #f | ||||||
|        ;; Source-only package |        ;; Source-only package | ||||||
|        #:phases |        #:phases (modify-phases %standard-phases | ||||||
|        (modify-phases %standard-phases |                   (delete 'build)))) | ||||||
|          (delete 'build)))) |     (propagated-inputs (list go-golang-org-x-exp go-golang-org-x-tools | ||||||
|     (propagated-inputs |                              go-golang-org-x-mod go-github-com-kisielk-gotool | ||||||
|      (list go-golang-org-x-tools go-github-com-kisielk-gotool |                              go-github-com-burntsushi-toml)) | ||||||
|            go-github-com-burntsushi-toml)) |  | ||||||
|     (home-page "https://honnef.co/go/tools") |     (home-page "https://honnef.co/go/tools") | ||||||
|     (synopsis "Staticcheck advanced Go linter") |     (synopsis "Staticcheck advanced Go linter") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue