all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46198] [PATCH] Update puri
@ 2021-01-30 23:43 Sharlatan Hellseher
  2021-01-31  9:32 ` bug#46198: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-01-30 23:43 UTC (permalink / raw)
  To: 46198

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

Hi Guix team!

When packed radiance I've noticed a lot of compiler warning
complaining on style of ASDF file for `puri` system. Latest upstream
commit has a fix for that.
By the way http://quickdocs.org/ does not exist any more

> Bye, Common Lispers 👋
> Quickdocs had been closed on Oct 16th, 2020. Thank you for using Quickdocs.


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

[-- Attachment #2: 0001-gnu-Upadate-puri-to-the-latest-commit.patch --]
[-- Type: text/x-patch, Size: 1738 bytes --]

From b785a5a5a0faa6a337de8da194fecbfa445a92e7 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Sat, 30 Jan 2021 23:36:46 +0000
Subject: [PATCH] gnu: Upadate puri to the latest commit

* gnu/packages/lisp-xyz.scm (sbcl-puri)
  [commmit] updated to the latest which has rafactoring for modern ASDF
  [revision] 1 -> 2
---
 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 83a406c038..4bf4ea5b62 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2408,8 +2408,8 @@ tester module.")
   (sbcl-package->ecl-package sbcl-ptester))
 
 (define-public sbcl-puri
-  (let ((commit "ef5afb9e5286c8e952d4344f019c1a636a717b97")
-        (revision "1"))
+  (let ((commit "4bbab89d9ccbb26346899d1f496c97604fec567b")
+        (revision "2"))
     (package
       (name "sbcl-puri")
       (version (git-version "1.5.7" revision commit))
@@ -2417,14 +2417,16 @@ tester module.")
        (origin
          (method git-fetch)
          (uri (git-reference
+               ;; Mirror: https://gitlab.common-lisp.net/pmarek/puri
                (url "http://git.kpe.io/puri.git")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1vm25pdl92laj72p5vyd538kf3cjy2655z6bdc99h20ana2p231s"))))
+          (base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        `(("ptester" ,sbcl-ptester)))
+      ;; Quickdocs is dead
       (home-page "http://quickdocs.org/puri/")
       (synopsis "Portable URI Library")
       (description
-- 
2.30.0


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

* bug#46198: [PATCH] Update puri
  2021-01-30 23:43 [bug#46198] [PATCH] Update puri Sharlatan Hellseher
@ 2021-01-31  9:32 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-01-31  9:32 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46198-done

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

I fixed the home-page URL and pushed the patch as
e05a36a823261c5d779bf0818804ccdf30693590.
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-31  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30 23:43 [bug#46198] [PATCH] Update puri Sharlatan Hellseher
2021-01-31  9:32 ` bug#46198: " 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.