GNU bug report logs - #43278
[PATCH] gnu: coq-stdpp: Update to 1.4.0.

Previous Next

Package: guix-patches;

Reported by: Robin Green <greenrd <at> greenrd.org>

Date: Tue, 8 Sep 2020 12:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Robin Green <greenrd <at> greenrd.org>
Subject: bug#43278: closed (Re: [bug#43278] [PATCH] gnu: coq-stdpp: Update
 to 1.4.0.)
Date: Tue, 08 Sep 2020 12:54:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#43278: [PATCH] gnu: coq-stdpp: Update to 1.4.0.

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

-- 
43278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43278
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Robin Green <greenrd <at> greenrd.org>
Cc: 43278-done <at> debbugs.gnu.org
Subject: Re: [bug#43278] [PATCH] gnu: coq-stdpp: Update to 1.4.0.
Date: Tue, 8 Sep 2020 15:53:19 +0300
[Message part 3 (text/plain, inline)]
Looks good. Patch pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Robin Green <greenrd <at> greenrd.org>
To: guix-patches <at> gnu.org
Cc: Robin Green <greenrd <at> greenrd.org>
Subject: [PATCH] gnu: coq-stdpp: Update to 1.4.0.
Date: Tue,  8 Sep 2020 13:35:11 +0100
* gnu/packages/coq.scm (coq-stdpp): Update to 1.4.0.
---
 gnu/packages/coq.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm
index 11afdf59f2..3573518763 100644
--- a/gnu/packages/coq.scm
+++ b/gnu/packages/coq.scm
@@ -596,7 +596,7 @@ kernel.")
 (define-public coq-stdpp
   (package
     (name "coq-stdpp")
-    (version "1.2.1")
+    (version "1.4.0")
     (synopsis "Alternative Coq standard library std++")
     (source (origin
               (method git-fetch)
@@ -606,7 +606,7 @@ kernel.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lczybg1jq9drbi8nzrlb0k199x4n07aawjwfzrl3qqc0w8kmvdz"))))
+                "1m6c7ibwc99jd4cv14v3r327spnfvdf3x2mnq51f9rz99rffk68r"))))
     (build-system gnu-build-system)
     (inputs
      `(("coq" ,coq)))
-- 
2.28.0




This bug report was last modified 4 years and 286 days ago.

Previous Next


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