[PATCH] Update to revision 2 sbcl-local-time

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5oBFt8KLq+1ksafAiGv8O2rEoUZ-=qp8S2nGPqQyBQFUg@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From d7aa2e71fb4b6967ba3d2a890bf351954d2a073f Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sun, 10 Jan 2021 01:08:32 +0000
Subject: [PATCH] Update revision 2 sbcl-local-time

* gnu/packages/lisp-xyz.scm

- sbcl-local-time: fix passing of test suit, point to the lates commit
a177eb9 which depends on uiop instead of cl-fad.
---
gnu/packages/lisp-xyz.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 52abef3d85..548a0bb2d5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4311,8 +4311,8 @@ performance and simplicity in mind.")
(sbcl-package->ecl-package sbcl-lack))
(define-public sbcl-local-time
- (let ((commit "62792705245168d3fc2e04164b9a143477284142")
- (revision "1"))
+ (let ((commit "a177eb911c0e8116e2bfceb79049265a884b701b")
+ (revision "2"))
(package
(name "sbcl-local-time")
(version (git-version "1.0.6" revision commit))
@@ -4324,16 +4324,10 @@ performance and simplicity in mind.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1r5zq4l1lrgprdr2pw7wwry194yknnllyjf6lx7snypb3k4r3yir"))))
+ (base32 "0wld28xx20k0ysgg6akic5lg4vkjd0iyhv86m388xfrv8xh87wii"))))
(build-system asdf-build-system/sbcl)
- (arguments
- ;; TODO: Component :STEFIL not found, required by #<SYSTEM
- ;; "local-time/test">
- '(#:tests? #f))
(native-inputs
- `(("stefil" ,sbcl-hu.dwim.stefil)))
- (inputs
- `(("sbcl-cl-fad" ,sbcl-cl-fad)))
+ `(("hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
(home-page "https://common-lisp.net/project/local-time/")
(synopsis "Time manipulation library for Common Lisp")
(description
--
2.26.2
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 45752-done@debbugs.gnu.org)
87turpqit4.fsf@yamatai
Patch pushed as 6c1982d41c381b0f7d21e804b4bd480363686bf6.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCX/q/Rw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9y3wD/RI3na/4f0HvLBohjNmpMJC/0J5vuH93AJ5gT
gApS4yEA/ifqiBlZ/EvVw7mKYRpRjxcZ4AE8s1DFsppJIHxK5hxW
=o23T
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45752@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45752
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help