mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: libasr: Update to 1.0.4.
* gnu/packages/dns.scm (libasr): Update to 1.0.4. [arguments]: Remove obsolete ‘bootstrap’ phase replacement.
This commit is contained in:
parent
9c478cbd64
commit
4bf26153e7
1 changed files with 2 additions and 6 deletions
|
@ -278,22 +278,18 @@ (define-public dnscrypt-wrapper
|
||||||
(define-public libasr
|
(define-public libasr
|
||||||
(package
|
(package
|
||||||
(name "libasr")
|
(name "libasr")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.opensmtpd.org/archives/"
|
(uri (string-append "https://www.opensmtpd.org/archives/"
|
||||||
"libasr-" version ".tar.gz"))
|
"libasr-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13fn4sr4vlcx1xijpl26nmnxawyls4lr5q3mi11jdm76f80qxn4w"))))
|
(base32 "1d6s8njqhvayx2gp47409sp1fn8m608ws26hr1srfp6i23nnpyqr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-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
|
(add-after 'install 'install-documentation
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
|
Loading…
Reference in a new issue