mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: tlpui: Update to 1.5.0-1.
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
This commit is contained in:
parent
741a5ec00a
commit
56892af033
1 changed files with 2 additions and 2 deletions
|
@ -7138,7 +7138,7 @@ (define (sbin-directory input-name)
|
|||
(define-public tlpui
|
||||
(package
|
||||
(name "tlpui")
|
||||
(version "1.5.0")
|
||||
(version "1.5.0-1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7147,7 +7147,7 @@ (define-public tlpui
|
|||
(commit (string-append "tlpui-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ca18hazxksx516nkh28f6rd0l1039nkn7mszqfy68c461061q1h"))))
|
||||
(base32 "16a6x733szsggn23ns7bj3gpvb80675plh96v4llrz0s8p3h47pg"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue