guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: java-slf4j-api: Update the source URI.


From: guix-commits
Subject: 11/13: gnu: java-slf4j-api: Update the source URI.
Date: Sun, 11 Sep 2022 10:43:59 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 8efed18128b8bda3d7e4db460998dc20e3d6dc2f
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Sep 11 07:09:21 2022 +0300

    gnu: java-slf4j-api: Update the source URI.
    
    * gnu/packages/java.scm (java-slf4j-api)[source]: Replace the URI with
    "git-reference" to GitHub as the origin reference to
    "https://www.slf4j.org/dist/slf4j-...";  seems to be broken.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/java.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index bb172f3bee..0ad7af67dd 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -8065,12 +8065,14 @@ more efficient storage-wise than an uncompressed bitmap 
(as implemented in the
     (name "java-slf4j-api")
     (version "1.7.25")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://www.slf4j.org/dist/slf4j-";
-                                  version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/qos-ch/slf4j";)
+                    (commit (string-append "v_" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "13j51sgzmhhdrfa74gkal5zpip7r1440dh7zsi2c8bpb2zs1v8kb"))
+                "15n42zq3k1iyn752nwdcbs44hxns2rmxhglwjfr4np7lxx56apjl"))
               (modules '((guix build utils)))
               ;; Delete bundled jars.
               (snippet



reply via email to

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