guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sfarklib: Update to 2.24.


From: Ricardo Wurmus
Subject: 01/01: gnu: sfarklib: Update to 2.24.
Date: Wed, 16 Sep 2015 20:52:25 +0000

rekado pushed a commit to branch master
in repository guix.

commit 979f9e8aed754151d2e89b841c99d3a4afce50af
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Sep 16 22:41:10 2015 +0200

    gnu: sfarklib: Update to 2.24.
    
    * gnu/packages/compression.scm (sfarklib): Update to 2.24.
---
 gnu/packages/compression.scm |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index a60eef1..2ab1e29 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -357,17 +357,15 @@ This package is mostly for compatibility and historical 
interest.")
 (define-public sfarklib
   (package
     (name "sfarklib")
-    (version "2.23.5ca96b779")
+    (version "2.24")
     (source (origin
-              ;; The 2.23 tarball does not include the Makefile, but only
-              ;; Makefile.am.
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/raboof/sfArkLib.git";)
-                    (commit (last (string-split version #\.)))))
+              (method url-fetch)
+              (uri (string-append "https://github.com/raboof/sfArkLib/archive/";
+                                  version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1hk1x88dl5b9jq016r6rx5wyszxknyv0sa7gmil4m4alnhwl4h7h"))))
+                "0bzs2d98rk1xw9qwpnc7gmlbxwmwc3dg1rpn310afy9pq1k9clzi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;no "check" target



reply via email to

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