GNU bug report logs -
#53765
[PATCH 00/17] Remove limitations on clojure-tools
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/clojure.scm (clojure-com-cognitect-aws-s3): New variable.
---
gnu/packages/clojure.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index ace0a169e8..d2d5bbda48 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -319,6 +319,31 @@ (define-public clojure-com-cognitect-aws-endpoints
(synopsis "Endpoint data for @code{aws-api}")
(license license:asl2.0)))
+(define-public clojure-com-cognitect-aws-s3
+ (package
+ (inherit clojure-com-cognitect-aws-api)
+ (name "clojure-com-cognitect-aws-s3")
+ (version "814.2.991.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://repo1.maven.org/maven2/"
+ "com/cognitect/aws/s3/"
+ version "/s3-"
+ version "-sources.jar"))
+ (sha256
+ (base32
+ "0aw3mpddmnjmp45vbmv1l47jn84lgq866fy9mg4wf1x2lqdyhigh"))))
+ (native-inputs '())
+ (propagated-inputs '())
+ (arguments
+ '(#:doc-dirs '()
+ ;; This package has no tests.
+ #:tests? #f
+ #:aot-exclude '(#:all)))
+ (synopsis "Supporting files for accessing the S3 API using
+@code{aws-api}")
+ (license license:asl2.0)))
+
(define-public clojure-com-cognitect-http-client
(package
(name "clojure-com-cognitect-http-client")
--
2.34.0
--
Reily Siegel
This bug report was last modified 3 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.