mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 12:44:37 +00:00
rosenthal: Remove cuirass/hako.
* modules/rosenthal/packages/ci.scm (cuirass/hako): Delete variable.
This commit is contained in:
parent
ab2946df94
commit
3d5946a604
@ -8,22 +8,3 @@
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (gnu packages ci))
|
||||
|
||||
(define-public cuirass/hako
|
||||
(let ((commit "ba77a7cc44894e959665941121c133b9b3304768")
|
||||
(revision "3"))
|
||||
(package
|
||||
(inherit cuirass)
|
||||
(name "cuirass-hako")
|
||||
(version (git-version "1.2.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/guix/cuirass.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17s1jah2k276klqxcc7yvcl46n4by2s1q4ipi9icssabfpv4s6yp"))))
|
||||
(properties '((disable-updater? . #t))))))
|
||||
|
Loading…
Reference in New Issue
Block a user