GNU bug report logs - #67668
[PATCH] gnu: dub: update to 1.33.0

Previous Next

Package: guix-patches;

Reported by: Hugo Nobrega <hugonobrega <at> gmail.com>

Date: Wed, 6 Dec 2023 21:12: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: Hugo Nobrega <hugonobrega <at> gmail.com>
Subject: bug#67668: closed (Re: [bug#67668] [PATCH] gnu: dub: update to
 1.33.0)
Date: Thu, 07 Dec 2023 11:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67668: [PATCH] gnu: dub: update to 1.33.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 67668 <at> debbugs.gnu.org.

-- 
67668: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67668
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: Hugo Nobrega <hugonobrega <at> gmail.com>
Cc: 67668-done <at> debbugs.gnu.org
Subject: Re: [bug#67668] [PATCH] gnu: dub: update to 1.33.0
Date: Thu, 7 Dec 2023 13:47:02 +0200
[Message part 3 (text/plain, inline)]
Thanks. 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: Hugo Nobrega <hugonobrega <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Hugo Nobrega <hugonobrega <at> gmail.com>
Subject: [PATCH] gnu: dub: update to 1.33.0
Date: Wed,  6 Dec 2023 18:10:45 -0300
The previous version 1.23.0 was failing to build because of changes upstream

Change-Id: Ie09f43329fa4a8d79f201f4b617e498d39adec6f
---
 gnu/packages/dlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 588f0d1bc4..61823714f6 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -362,7 +362,7 @@ (define-public ldc
 (define-public dub
   (package
     (name "dub")
-    (version "1.23.0")
+    (version "1.33.0")
     (source
      (origin
        (method git-fetch)
@@ -371,7 +371,7 @@ (define-public dub
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06a4whsl1m600k096nwif83n7za3vr7pj1xwapncy5fcad1gmady"))))
+        (base32 "09p3rvsv11f8lgqgxgz2zj0szsw5lzrsc7y7471hswksc7nmmj70"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; tests try to install packages

base-commit: 8c294e43eb0b0ea61da7c0570872e0908f64c8ed
-- 
2.41.0




This bug report was last modified 1 year and 225 days ago.

Previous Next


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