From: Hugo Nobrega <hugonobrega@gmail.com>
To: 67668@debbugs.gnu.org
Cc: Hugo Nobrega <hugonobrega@gmail.com>
Subject: [bug#67668] [PATCH] gnu: dub: update to 1.33.0
Date: Wed, 6 Dec 2023 18:10:45 -0300 [thread overview]
Message-ID: <972afbec4d940bb204e8ff0a207bee005bc9c3ef.1701897045.git.hugonobrega@gmail.com> (raw)
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
next reply other threads:[~2023-12-06 21:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 21:10 Hugo Nobrega [this message]
2023-12-07 11:47 ` bug#67668: [PATCH] gnu: dub: update to 1.33.0 Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=972afbec4d940bb204e8ff0a207bee005bc9c3ef.1701897045.git.hugonobrega@gmail.com \
--to=hugonobrega@gmail.com \
--cc=67668@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).