mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: s6-portable-utils: Update to 2.2.1.2.
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.1.2.
This commit is contained in:
parent
510a83fb07
commit
5350d0cd99
1 changed files with 3 additions and 3 deletions
|
@ -260,7 +260,7 @@ (define-public s6-rc
|
||||||
(define-public s6-portable-utils
|
(define-public s6-portable-utils
|
||||||
(package
|
(package
|
||||||
(name "s6-portable-utils")
|
(name "s6-portable-utils")
|
||||||
(version "2.2.1.1")
|
(version "2.2.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -269,7 +269,7 @@ (define-public s6-portable-utils
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ca5iiq3n6isj64jb81xpwjzjx1q8jg145nnnn91ra2qqk93kqka"))))
|
"0if77z07rfygd1yk9d2abxkdbx3dg52vcjhb20isb8kvqxhkg8ih"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -280,7 +280,7 @@ (define-public s6-portable-utils
|
||||||
(string-append "--with-sysdeps="
|
(string-append "--with-sysdeps="
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f)) ; no tests exist
|
||||||
(home-page "https://skarnet.org/software/s6-portable-utils")
|
(home-page "https://skarnet.org/software/s6-portable-utils")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Tiny command-line Unix utilities")
|
(synopsis "Tiny command-line Unix utilities")
|
||||||
|
|
Loading…
Reference in a new issue