all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64549] [PATCH] gnu: sbcl-rove: Update to 0.10.0-1.6a5dfcd.
@ 2023-07-09 22:31 Mike Delago
  2023-07-10  8:01 ` bug#64549: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Delago @ 2023-07-09 22:31 UTC (permalink / raw)
  To: 64549; +Cc: Mike Delago, Guillaume Le Vaillant, jgart

* gnu/packages/lisp-check.scm (sbcl-rove): Update to 0.10.0-1.6a5dfcd.
---
 gnu/packages/lisp-check.scm | 45 +++++++++++++++++++------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 1d2e439e9a..b61e7e10f9 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -868,29 +868,30 @@ (define-public ecl-ptester
   (sbcl-package->ecl-package sbcl-ptester))
 
 (define-public sbcl-rove
-  (package
-    (name "sbcl-rove")
-    (version "0.9.6")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/fukamachi/rove")
-             (commit "f3695db08203bf26f3b861dc22ac0f4257d3ec21")))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "07ala4l2fncxf540fzxj3h5mhi9i4wqllhj0rqk8m2ljl5zbz89q"))))
-    (build-system asdf-build-system/sbcl)
-    (inputs
-     (list sbcl-bordeaux-threads sbcl-dissect sbcl-trivial-gray-streams))
-    (home-page "https://github.com/fukamachi/rove")
-    (synopsis
-     "Yet another common lisp testing library")
-    (description
-     "Rove is a unit testing framework for Common Lisp applications.
+  ;; There's been quite a few commits since version 0.10.0
+  (let ((commit "6a5dfcdced42879a4eff2a529e7e8ce492fadf41")
+        (revision "1"))
+    (package
+      (name "sbcl-rove")
+      (version (git-version "0.10.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/fukamachi/rove")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1w99c0795ykhn14pfhyhvfzxzz0k1z1bb846xgz3iv19s0j2vykr"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-bordeaux-threads sbcl-dissect
+                    sbcl-trivial-gray-streams))
+      (home-page "https://github.com/fukamachi/rove")
+      (synopsis "Yet another common lisp testing library")
+      (description
+       "Rove is a unit testing framework for Common Lisp applications.
 This is intended to be a successor of Prove.")
-    (license license:bsd-3)))
+      (license license:bsd-3))))
 
 (define-public cl-rove
   (sbcl-package->cl-source-package sbcl-rove))

base-commit: f0ca6346a46c605a590bfd77b84e143a8c759a3b
-- 
2.41.0





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

* bug#64549: [PATCH] gnu: sbcl-rove: Update to 0.10.0-1.6a5dfcd.
  2023-07-09 22:31 [bug#64549] [PATCH] gnu: sbcl-rove: Update to 0.10.0-1.6a5dfcd Mike Delago
@ 2023-07-10  8:01 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-07-10  8:01 UTC (permalink / raw)
  To: Mike Delago; +Cc: 64549-done

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

Patch applied as 126a91888c921179e90090c4c023d6285bfd44a0.
Thanks.

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

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

end of thread, other threads:[~2023-07-10  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-09 22:31 [bug#64549] [PATCH] gnu: sbcl-rove: Update to 0.10.0-1.6a5dfcd Mike Delago
2023-07-10  8:01 ` bug#64549: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.