guix-commits
[Top][All Lists]
Advanced

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

08/33: gnu: makedepend: Update to 1.0.8.


From: guix-commits
Subject: 08/33: gnu: makedepend: Update to 1.0.8.
Date: Tue, 31 Jan 2023 05:55:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1856ce619f692b2c76f4e2fd8fe80038d9fc5233
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 31 12:08:24 2023 +0200

    gnu: makedepend: Update to 1.0.8.
    
    * gnu/packages/xorg.scm (makedepend): Update to 1.0.8.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 12ee9511b3..d3b790c206 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1519,17 +1519,17 @@ input from UTF-8 into the locale's encoding.")
 (define-public makedepend
   (package
     (name "makedepend")
-    (version "1.0.6")
+    (version "1.0.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/util/makedepend-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "072h9nzh8s5vqfz35dli4fba36fnr219asjrb7p89n8ph0paan6m"))))
+            "0nxs5ibrghym3msbnh0b8i3yd3xgqandmrkc500jm6qq4n06zcmz"))))
     (build-system gnu-build-system)
     (inputs
       (list xorgproto))



reply via email to

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