GNU bug report logs - #62977
[PATCH] gnu: purescript: Update to 0.15.8.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 20 Apr 2023 22:10:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: jgart <jgart <at> dismail.de>
Subject: bug#62977: closed (Re: [bug#62977] [PATCH] gnu: purescript:
 Update to 0.15.8.)
Date: Mon, 24 Apr 2023 23:26:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62977: [PATCH] gnu: purescript: Update to 0.15.8.

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 62977 <at> debbugs.gnu.org.

-- 
62977: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62977
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jgart via Guix-patches via <guix-patches <at> gnu.org>
Cc: jgart <jgart <at> dismail.de>, Tobias Geerinckx-Rice <me <at> tobias.gr>,
 62977-done <at> debbugs.gnu.org
Subject: Re: [bug#62977] [PATCH] gnu: purescript: Update to 0.15.8.
Date: Tue, 25 Apr 2023 01:25:12 +0200
Hello,

jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/purescript.scm (purescript): Update to 0.15.8.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>, jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: purescript: Update to 0.15.8.
Date: Thu, 20 Apr 2023 17:09:00 -0500
* gnu/packages/purescript.scm (purescript): Update to 0.15.8.
---
 gnu/packages/purescript.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm
index 0a5eccc459..3ae078db75 100644
--- a/gnu/packages/purescript.scm
+++ b/gnu/packages/purescript.scm
@@ -34,13 +34,13 @@ (define-module (gnu packages purescript)
 (define-public purescript
   (package
     (name "purescript")
-    (version "0.15.7")
+    (version "0.15.8")
     (source
      (origin
        (method url-fetch)
        (uri (hackage-uri "purescript" version))
        (sha256
-        (base32 "1krjkgmxpfqf5a1jqs7qbg6r7ball1464zw6vgrdfzl9057c6l4f"))))
+        (base32 "1h5d5hjc9hrlk718lf62qzaq1l6ppr0l2b3fl78csyh86cihh750"))))
     (build-system haskell-build-system)
     (properties '((upstream-name . "purescript")))
     (inputs (list ghc-aeson
-- 
2.39.2




This bug report was last modified 2 years and 121 days ago.

Previous Next


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