aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/install.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-08-16 18:36:12 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-08-17 21:54:19 +0200
commit93b8bc6ef9c800e6fdde6f2269d6ef8b28a49ef7 (patch)
treefca413767dc802535988ac87c5ca42c79c75bbbf /gnu/system/install.scm
parent138feeb3b92efa0f736dc05664323628a2c06c47 (diff)
downloadguix-93b8bc6ef9c800e6fdde6f2269d6ef8b28a49ef7.tar.gz
guix-93b8bc6ef9c800e6fdde6f2269d6ef8b28a49ef7.zip
gnu: r-xgboost: Update to 1.7.8.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.7.8.1. Change-Id: Ib8c7ce2a146dfca19bff919669ca54249a4314f0
Diffstat (limited to 'gnu/system/install.scm')
0 files changed, 0 insertions, 0 deletions
x'>
+(define-public go-github-com-munnerz-goautoneg
+ (package
+ (name "go-github-com-munnerz-goautoneg")
+ (version "0.0.0-20191010083416-a7dc8b61c822")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/munnerz/goautoneg")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1m4v6bw6yf1g0kvpc46isjp0qfhx2y8gnvlnyjf637jy64613mgg"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/munnerz/goautoneg"))
+ (home-page "https://github.com/munnerz/goautoneg")
+ (synopsis "HTTP Content-Type Autonegotiation")
+ (description
+ "This package implements @url{https://rfc-editor.org/rfc/rfc2616.html,RFC
+2616} HTTP/1.1 standard.")
+ (license license:bsd-3)))
+
(define-public go-github-com-nwidger-jsoncolor
(package
(name "go-github-com-nwidger-jsoncolor")