all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72558] [PATCH] gnu: di: Update to 4.53.
@ 2024-08-10 12:25 Artyom V. Poptsov
  2024-08-14 10:15 ` bug#72558: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-08-10 12:25 UTC (permalink / raw)
  To: 72558; +Cc: Artyom V. Poptsov

* gnu/packages/admin.scm (di): Update to 4.53.

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 113b8e2481..3cb5e7ef52 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3614,14 +3614,14 @@ (define-public thefuck
 (define-public di
   (package
     (name "di")
-    (version "4.52")
+    (version "4.53")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/diskinfo-di/"
                            "di-" version ".tar.gz"))
        (sha256
-        (base32 "07vsnn1gxm3r7dchbrq63iazd64gza2ac7b2m1039708rf5flxdp"))))
+        (base32 "0gp806m7jk2rfymy5r62a2lfd8jq879qy94blrjqvb0xq7pmpp80"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: bc71034f789603349080c2f35570910c07d526ec
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-14 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 12:25 [bug#72558] [PATCH] gnu: di: Update to 4.53 Artyom V. Poptsov
2024-08-14 10:15 ` bug#72558: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.