mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: http-kit: Update to 2.8.1.
* gnu/packages/clojure.scm (http-kit): Update to 2.8.1. Change-Id: I5c0a12457d4aab2c03dafe762c81d9c68911ea43 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7b286b0809
commit
e93da8693c
1 changed files with 2 additions and 2 deletions
|
|
@ -1110,7 +1110,7 @@ is first loaded.")
|
|||
(define-public http-kit
|
||||
(package
|
||||
(name "http-kit")
|
||||
(version "2.8.0")
|
||||
(version "2.8.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -1119,7 +1119,7 @@ is first loaded.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1361bpb4sn3dbp215s7gf1bcrb45lgx3lk6lix7bndw9lahr5ank"))))
|
||||
"1fqfl7a7ygfw43xjmmlwrl55xbz34qxpzc8230bpqvjh9n417h74"))))
|
||||
(build-system clojure-build-system)
|
||||
(arguments
|
||||
'(#:java-source-dirs '("src/java")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue