GNU bug report logs - #48292
[PATCH] - updated lisp library unix-opts.

Previous Next

Package: guix-patches;

Reported by: cage <cage-dev <at> twistfold.it>

Date: Sat, 8 May 2021 17:41:02 UTC

Severity: normal

Tags: patch

Merged with 48291

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: cage <cage-dev <at> twistfold.it>
Subject: bug#48291: closed (Re: [bug#48292] updating code)
Date: Wed, 01 Dec 2021 12:32:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#48292: [PATCH] - updated lisp library unix-opts.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 48291 <at> debbugs.gnu.org.

-- 
48292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48292
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: cage <cage-dev <at> twistfold.it>
Cc: 48292-done <at> debbugs.gnu.org
Subject: Re: [bug#48292] updating code
Date: Wed, 01 Dec 2021 12:29:50 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as 8e7e839c98102a79b5804b39e3cfb58e94687d97 with a modified
commit message.
Thanks.

We'll switch back to using a tag if upstream decides to make one some
day.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] - updated lisp library unix-opts.
Date: Sat, 8 May 2021 19:29:16 +0200
Hi!

I found this library outdated, this patch makes guix uses a commit with
new features added.

Bye!
C.

---
 gnu/packages/lisp-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0824fa1d82..275517654f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3276,19 +3276,21 @@ settings ensure a very simple mode of operation, similar to that provided by
   (sbcl-package->ecl-package sbcl-cl-json))
 
 (define-public sbcl-unix-opts
+  (let ((commit "0e61f34b2ecf62288437810d4abb31e572048b04")
+        (revision "1"))
   (package
     (name "sbcl-unix-opts")
-    (version "0.1.7")
+    (version (git-version "0.1.7" revision commit))
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/libre-man/unix-opts")
-             (commit version)))
+             (commit commit)))
        (file-name (git-file-name "unix-opts" version))
        (sha256
         (base32
-         "08djdi1ard09fijb7w9bdmhmwd98b1hzmcnjw9fqjiqa0g3b44rr"))))
+         "16mcqpzwrz808p9n3wwl99ckg3hg7yihw08y1i4l7c92aldbkasq"))))
     (build-system asdf-build-system/sbcl)
     (home-page "https://github.com/hankhero/cl-json")
     (synopsis "Unix-style command line options parser")
-- 
2.31.1




This bug report was last modified 3 years and 226 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.