unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46263] [PATCH] Update log4cl to 1.1.3-1.8c48d6f
@ 2021-02-03  0:59 Sharlatan Hellseher
  2021-02-03 16:49 ` bug#46263: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-03  0:59 UTC (permalink / raw)
  To: 46263

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

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-log4cl-Update-to-1.1.3-1.8c48d6f.patch --]
[-- Type: text/x-patch, Size: 2435 bytes --]

From 77a5cac3d7fbd1525da42e560d3ba45de6f83cb6 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 3 Feb 2021 00:53:55 +0000
Subject: [PATCH] gnu: log4cl: Update to 1.1.3-1.8c48d6f

* gnu/packages/lisp-xyz.scm
  [native-inputs] add stefil to enable tests
  [version] set version style alike majority of non versioned CL packages
  Gentle refactor of the package structure
---
 gnu/packages/lisp-xyz.scm | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 736dbfca37..f8079f457a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4669,12 +4669,11 @@ theory accurate to internal-time-units-per-second.")
   (sbcl-package->ecl-package sbcl-cl-log))
 
 (define-public sbcl-log4cl
-  (let ((commit "611e094458504b938d49de904eab141285328c7c")
+  (let ((commit "8c48d6f41d3a1475d0a91eed0638b9eecc398e35")
         (revision "1"))
     (package
       (name "sbcl-log4cl")
-      (build-system asdf-build-system/sbcl)
-      (version "1.1.2")
+      (version (git-version "1.1.3" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -4683,16 +4682,17 @@ theory accurate to internal-time-units-per-second.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32
-           "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc"))))
-      ;; FIXME: tests require stefil, sbcl-hu.dwim.stefil wont work
-      (arguments
-       `(#:tests? #f))
-      (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
-      (synopsis "Common Lisp logging framework, modeled after Log4J")
+          (base32 "0166d9aip366pbpdk5gsi2f6xad6q61lssxgbrypa8zslwjn8736"))))
+      (build-system asdf-build-system/sbcl)
+      (native-inputs
+       `(("stefil" ,sbcl-stefil)))
+      (inputs
+       `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
       (home-page "https://github.com/7max/log4cl")
-      (description "This is a Common Lisp logging framework that can log at
-various levels and mix text with expressions.")
+      (synopsis "Common Lisp logging framework, modeled after Log4J")
+      (description
+       "This is a Common Lisp logging framework that can log at various levels
+and mix text with expressions.")
       (license license:asl2.0))))
 
 (define-public cl-log4cl
-- 
2.30.0


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

* bug#46263: [PATCH] Update log4cl to 1.1.3-1.8c48d6f
  2021-02-03  0:59 [bug#46263] [PATCH] Update log4cl to 1.1.3-1.8c48d6f Sharlatan Hellseher
@ 2021-02-03 16:49 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-03 16:49 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46263-done

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

Patch pushed as cfaa1bec8f402eacd1f4f380cd694c0409b21349.
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-02-03 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03  0:59 [bug#46263] [PATCH] Update log4cl to 1.1.3-1.8c48d6f Sharlatan Hellseher
2021-02-03 16:49 ` bug#46263: " Guillaume Le Vaillant

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).