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:
Mathieu Lirzin 2026-01-06 02:11:22 +01:00 committed by Ludovic Courtès
parent 7b286b0809
commit e93da8693c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")