unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56412] [PATCH] gnu: cl-http-body: Update to 3e4bedd.
@ 2022-07-06  1:19 jgart via Guix-patches via
  2022-07-06  1:27 ` [bug#56412] [PATCH v2] " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-07-06  1:19 UTC (permalink / raw)
  To: 56412; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd.
---
 gnu/packages/lisp-xyz.scm | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d6ce68fb8..1fb3ce6b7f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4770,8 +4770,8 @@ (define-public ecl-jonathan
   (sbcl-package->ecl-package sbcl-jonathan))
 
 (define-public sbcl-http-body
-  (let ((commit "dd01dc4f5842e3d29728552e5163acce8386eb73")
-        (revision "1"))
+  (let ((commit "3e4bedd6a9d9bc4e1dc0a45e5b55360ae30fd388")
+        (revision "2"))
     (package
      (name "sbcl-http-body")
      (version (git-version "0.1.0" revision commit))
@@ -4783,14 +4783,21 @@ (define-public sbcl-http-body
              (commit commit)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jd06snjvxcprhapgfq8sx0y5lrldkvhf206ix6d5a23dd6zcmr0"))))
+        (base32 "0kcg43l5674drzid9cj938q0ki5z25glx296rl239dm7yfmxlzz2"))))
      (build-system asdf-build-system/sbcl)
      (arguments
       '(#:asd-systems '("http-body-test" "http-body")))
      (native-inputs
-      (list sbcl-prove sbcl-trivial-utf-8))
+      (list sbcl-assoc-utils sbcl-prove sbcl-trivial-utf-8))
      (inputs
-      (list sbcl-fast-http sbcl-jonathan sbcl-quri))
+      (list sbcl-babel
+            sbcl-cl-ppcre
+            sbcl-fast-http
+            sbcl-flexi-streams
+            sbcl-jonathan
+            sbcl-trivial-gray-streams
+            sbcl-cl-utilities
+            sbcl-quri))
      (home-page "https://github.com/fukamachi/http-body")
      (synopsis "HTTP POST data parser")
      (description
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#56412] [PATCH v2] gnu: cl-http-body: Update to 3e4bedd.
  2022-07-06  1:19 [bug#56412] [PATCH] gnu: cl-http-body: Update to 3e4bedd jgart via Guix-patches via
@ 2022-07-06  1:27 ` jgart via Guix-patches via
  2022-07-07 21:21   ` bug#56412: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-07-06  1:27 UTC (permalink / raw)
  To: 56412; +Cc: jgart

* gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd.
[inputs]: Add missing dependencies.
[native-inputs]: Add missing dependencies.

Forgot to add the commit information on what I changed in the native-inputs and inputs fields.

all best,

jgart
---
 gnu/packages/lisp-xyz.scm | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d6ce68fb8..1fb3ce6b7f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4770,8 +4770,8 @@ (define-public ecl-jonathan
   (sbcl-package->ecl-package sbcl-jonathan))
 
 (define-public sbcl-http-body
-  (let ((commit "dd01dc4f5842e3d29728552e5163acce8386eb73")
-        (revision "1"))
+  (let ((commit "3e4bedd6a9d9bc4e1dc0a45e5b55360ae30fd388")
+        (revision "2"))
     (package
      (name "sbcl-http-body")
      (version (git-version "0.1.0" revision commit))
@@ -4783,14 +4783,21 @@ (define-public sbcl-http-body
              (commit commit)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jd06snjvxcprhapgfq8sx0y5lrldkvhf206ix6d5a23dd6zcmr0"))))
+        (base32 "0kcg43l5674drzid9cj938q0ki5z25glx296rl239dm7yfmxlzz2"))))
      (build-system asdf-build-system/sbcl)
      (arguments
       '(#:asd-systems '("http-body-test" "http-body")))
      (native-inputs
-      (list sbcl-prove sbcl-trivial-utf-8))
+      (list sbcl-assoc-utils sbcl-prove sbcl-trivial-utf-8))
      (inputs
-      (list sbcl-fast-http sbcl-jonathan sbcl-quri))
+      (list sbcl-babel
+            sbcl-cl-ppcre
+            sbcl-fast-http
+            sbcl-flexi-streams
+            sbcl-jonathan
+            sbcl-trivial-gray-streams
+            sbcl-cl-utilities
+            sbcl-quri))
      (home-page "https://github.com/fukamachi/http-body")
      (synopsis "HTTP POST data parser")
      (description
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#56412: [PATCH v2] gnu: cl-http-body: Update to 3e4bedd.
  2022-07-06  1:27 ` [bug#56412] [PATCH v2] " jgart via Guix-patches via
@ 2022-07-07 21:21   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2022-07-07 21:21 UTC (permalink / raw)
  To: jgart; +Cc: 56412-done

[-- Attachment #1: Type: text/plain, Size: 286 bytes --]


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd.
> [inputs]: Add missing dependencies.
> [native-inputs]: Add missing dependencies.

Thanks, I've pushed this as 45ed812da502344d58e8128515abd5b8ec6ca7a0.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-07 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06  1:19 [bug#56412] [PATCH] gnu: cl-http-body: Update to 3e4bedd jgart via Guix-patches via
2022-07-06  1:27 ` [bug#56412] [PATCH v2] " jgart via Guix-patches via
2022-07-07 21:21   ` bug#56412: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).