mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 16:50:43 +02:00
gnu: pkgconf: Update to 2.4.3.
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.4.3. Change-Id: Ibaeb8f8702fe930340018d0f4e297d01c5404e21
This commit is contained in:
parent
2571a233f4
commit
e7c73201de
1 changed files with 2 additions and 2 deletions
|
@ -179,14 +179,14 @@ exec ~a \"$@\""
|
|||
(define-public pkgconf
|
||||
(package
|
||||
(name "pkgconf")
|
||||
(version "2.3.0")
|
||||
(version "2.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://distfiles.dereferenced.org/"
|
||||
name "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12zaw363yk90i9ib04sz5f4j917hilm0l2liq7kiadnha6n8141s"))))
|
||||
"0hasqa1hrg9302mc8sl4w2ac0z0cy4kacz7h9csafgspxncks82i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue