* [bug#45752] [PATCH] Update to revision 2 sbcl-local-time
@ 2021-01-10 1:17 Sharlatan Hellseher
2021-01-10 8:48 ` bug#45752: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-01-10 1:17 UTC (permalink / raw)
To: 45752
[-- Attachment #1: Type: text/plain, Size: 356 bytes --]
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[-- Attachment #2: 0001-Update-revision-2-sbcl-local-time.patch --]
[-- Type: text/x-patch, Size: 1851 bytes --]
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45752: [PATCH] Update to revision 2 sbcl-local-time
2021-01-10 1:17 [bug#45752] [PATCH] Update to revision 2 sbcl-local-time Sharlatan Hellseher
@ 2021-01-10 8:48 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-10 8:48 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 45752-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch pushed as 6c1982d41c381b0f7d21e804b4bd480363686bf6.
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:[~2021-01-10 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-10 1:17 [bug#45752] [PATCH] Update to revision 2 sbcl-local-time Sharlatan Hellseher
2021-01-10 8:48 ` bug#45752: " 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.