guix-commits
[Top][All Lists]
Advanced

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

12/27: gnu: libasr: Update to 1.0.4.


From: guix-commits
Subject: 12/27: gnu: libasr: Update to 1.0.4.
Date: Sun, 16 Feb 2020 16:59:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4bf26153e77cd28e6bba1b9b19820bea91f98f96
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 16 18:02:46 2020 +0100

    gnu: libasr: Update to 1.0.4.
    
    * gnu/packages/dns.scm (libasr): Update to 1.0.4.
    [arguments]: Remove obsolete ‘bootstrap’ phase replacement.
---
 gnu/packages/dns.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 32b8164..b23a7fc 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -278,22 +278,18 @@ the two.")
 (define-public libasr
   (package
     (name "libasr")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.opensmtpd.org/archives/";
                            "libasr-" version ".tar.gz"))
        (sha256
-        (base32 "13fn4sr4vlcx1xijpl26nmnxawyls4lr5q3mi11jdm76f80qxn4w"))))
+        (base32 "1d6s8njqhvayx2gp47409sp1fn8m608ws26hr1srfp6i23nnpyqr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
-         (replace 'bootstrap
-           ;; ‘GNU build system bootstrapping not needed’, the default lies.
-           (lambda _
-             (invoke "sh" "./bootstrap")))
          (add-after 'install 'install-documentation
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))



reply via email to

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