mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: lukesmithxyz-st: Update to 0.8.4-1.62ebf67.
* gnu/packages/suckless.scm (lukesmithxyz-st): Update to 0.8.4-1.62ebf67. Change-Id: I0ab7e0c253bbde16c1cfb92efcb17396f052674b
This commit is contained in:
parent
0510620836
commit
7409d0cab8
1 changed files with 4 additions and 4 deletions
|
|
@ -441,12 +441,12 @@ drawing.")
|
|||
license:expat))))
|
||||
|
||||
(define-public lukesmithxyz-st
|
||||
(let ((commit "e053bd6036331cc7d14f155614aebc20f5371d3a")
|
||||
(revision "0"))
|
||||
(let ((commit "62ebf677d3ad79e0596ff610127df5db034cd234")
|
||||
(revision "1"))
|
||||
(package
|
||||
(inherit st)
|
||||
(name "lukesmithxyz-st")
|
||||
(version "0.8.4")
|
||||
(version (git-version "0.8.4" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -455,7 +455,7 @@ drawing.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12avzzapkkj4mvd00zh8b6gynk6jysh84jcwlkliyyd82lvyw22v"))))
|
||||
(base32 "1cqnl8zlxccqg0901gx21h06j9wk3ja6lr8wp4k85ni4msf4m09g"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments st)
|
||||
((#:phases phases)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue