mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libzen: Update to 0.4.38.
* gnu/packages/cpp.scm (libzen): Update to 0.4.38. [source]: Hard-code NAME.
This commit is contained in:
parent
ca708858b1
commit
d8cf1b32d2
1 changed files with 5 additions and 5 deletions
|
@ -47,18 +47,18 @@ (define-module (gnu packages cpp)
|
||||||
(define-public libzen
|
(define-public libzen
|
||||||
(package
|
(package
|
||||||
(name "libzen")
|
(name "libzen")
|
||||||
(version "0.4.37")
|
(version "0.4.38")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Warning: This source has proved unreliable 1 time at least.
|
;; Warning: This source has proved unreliable 1 time at least.
|
||||||
;; Consider an alternate source or report upstream if this
|
;; Consider an alternate source or report upstream if this
|
||||||
;; happens again.
|
;; happens again.
|
||||||
(uri (string-append "https://mediaarea.net/download/source/"
|
(uri (string-append "https://mediaarea.net/download/source/"
|
||||||
name "/" version "/"
|
"libzen/" version "/"
|
||||||
name "_" version ".tar.bz2"))
|
"libzen_" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dkqbgabzpa6bd7dkqrvd35sdxrhr6qxalb88f3dw0afk65xqb0k"))))
|
"1nkygc17sndznpcf71fdrhwpm8z9a3hc9csqlafwswh49axhfkjr"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
@ -66,7 +66,7 @@ (define-public libzen
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
;; build scripts not in root of archive
|
;; The build scripts are not at the root of the archive.
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'pre-configure
|
(add-after 'unpack 'pre-configure
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in a new issue