guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: dub: update to 1.33.0.


From: guix-commits
Subject: 01/03: gnu: dub: update to 1.33.0.
Date: Thu, 7 Dec 2023 06:46:11 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7e784c7495a94e9d12dfdc7354ef4825ff16e328
Author: Hugo Nobrega <hugonobrega@gmail.com>
AuthorDate: Wed Dec 6 18:10:45 2023 -0300

    gnu: dub: update to 1.33.0.
    
    * gnu/packages/dlang.scm (dub): Update to 1.33.0.
    
    Change-Id: Ie09f43329fa4a8d79f201f4b617e498d39adec6f
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 @@ integration tests...\n")
 (define-public dub
   (package
     (name "dub")
-    (version "1.23.0")
+    (version "1.33.0")
     (source
      (origin
        (method git-fetch)
@@ -371,7 +371,7 @@ integration tests...\n")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]