guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: botan: Update to 2.5.0.


From: Leo Famulari
Subject: 01/02: gnu: botan: Update to 2.5.0.
Date: Mon, 2 Apr 2018 15:15:00 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit e34977327d24422886a72dcff0418a5e5a7aae8f
Author: Leo Famulari <address@hidden>
Date:   Mon Apr 2 15:10:58 2018 -0400

    gnu: botan: Update to 2.5.0.
    
    * gnu/packages/crypto.scm (botan): Update to 2.5.0.
    [arguments]: Remove 'fix-rst2man-invocation' phase.
---
 gnu/packages/crypto.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index da081fb..9a786de 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -717,25 +717,18 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, 
BitTorrent BTIH, GOST R
 (define-public botan
   (package
     (name "botan")
-    (version "2.4.0")
+    (version "2.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://botan.randombit.net/releases/";
                                   "Botan-" version ".tgz"))
               (sha256
                (base32
-                "1988crh5lipmfcd1icldf6hchi9vcy08yymxv79lrvnglpi6957d"))))
+                "06zvwknhwfrkdvq2sybqbqhnd2d4nq2cszlnsddql13z7vh1z8xq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (add-before 'build 'fix-rst2man-invocation
-           (lambda _
-             ;; XXX Reported upstream:
-             ;; <https://github.com/randombit/botan/issues/1516>
-             (substitute* "src/scripts/build_docs.py"
-               (("'rst2man'")"'rst2man.py'"))
-             #t))
          (replace 'configure
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref %outputs "out"))



reply via email to

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