aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-06-13 15:03:10 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-06-13 15:14:37 +0200
commit5b730eba3ea415f58deeaebaa2eae26db8802cfd (patch)
treea9435bd57b07af6ff46484ff22040b89a4cbdd9f /configure.ac
parentc812f46817b8d64797a00e706e3c715cf12aec13 (diff)
downloadguix-5b730eba3ea415f58deeaebaa2eae26db8802cfd.tar.gz
guix-5b730eba3ea415f58deeaebaa2eae26db8802cfd.zip
gnu: r-biocviews: Update to 1.48.1.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.1.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions
s='add'>+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/phoe/quicklisp-stats")
+ (commit commit)))
+ (file-name (git-file-name "cl-quicklisp-stats" version))
+ (sha256
+ (base32 "0v8dgmlgd283n1g486q4sj2mghgdvgywg2nqp43nnrfc04mkvgc0"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ (list sbcl-alexandria
+ sbcl-drakma
+ sbcl-split-sequence))
+ (arguments
+ `(#:tests? #f)) ; There are no tests.
+ (synopsis "Fetches and operates on Quicklisp download statistics")
+ (description
+ "@code{cl-quicklisp-stats} is a system that fetches and performs basic
+operations on the Quicklisp download statistics.")
+ (home-page "https://github.com/phoe/quicklisp-stats/")
+ (license license:expat))))
+
+(define-public cl-quicklisp-stats
+ (sbcl-package->cl-source-package sbcl-quicklisp-stats))
+
+(define-public ecl-quicklisp-stats
+ (sbcl-package->ecl-package sbcl-quicklisp-stats))
+
(define-public sbcl-sketch
;; No release in years.
(let ((commit "4cc00b08e202c7adda41391463096cf9df1705c3"))