mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: inxi-minimal: Update to 3.0.13-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.13-1.
This commit is contained in:
parent
a348af5012
commit
13a29ba79f
1 changed files with 2 additions and 2 deletions
|
@ -2649,7 +2649,7 @@ (define-public inxi-minimal
|
|||
(let ((real-name "inxi"))
|
||||
(package
|
||||
(name "inxi-minimal")
|
||||
(version "3.0.12-1")
|
||||
(version "3.0.13-1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2658,7 +2658,7 @@ (define-public inxi-minimal
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1a2sjz90gzzvhp63x89hs0a424rkd13qrff2njqmjxp322zyp527"))))
|
||||
"0732ligzmzwpwaxin4g8rbfj91ghyvf69lx2jyrahi4df0bfamh5"))))
|
||||
(build-system trivial-build-system)
|
||||
(inputs
|
||||
`(("bash" ,bash)
|
||||
|
|
Loading…
Reference in a new issue