Compare commits

...

12 Commits

Author SHA1 Message Date
Hilton Chain
f15c27b931
rosenthal: rclone-bin: Deprecate package. 2025-12-04 15:21:43 +08:00
Hilton Chain
d6b51182ab
rosenthal: lottie-converter: Disable updater.
* modules/rosenthal/packages/animation.scm (lottie-converter) [properties]:
Set disable-updater? to #t.
2025-12-04 15:21:42 +08:00
Hilton Chain
cc35f89140
rosenthal: ai-robots-txt: Update to 1.44.
* modules/rosenthal/packages/web.scm (ai-robots-txt): Update to 1.44.
2025-12-04 15:21:42 +08:00
Hilton Chain
1390b59658
rosenthal: cloudflared: Update to 2025.11.1.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.11.1.
2025-12-04 15:21:42 +08:00
Hilton Chain
003ec9efa6
rosenthal: ukify: Update to 258.2.
* modules/rosenthal/packages/bootloaders.scm (ukify): Update to 258.2.
2025-12-04 15:21:42 +08:00
Hilton Chain
c2a613268a
rosenthal: systemd-stub: Update to 258.2.
* modules/rosenthal/packages/bootloaders.scm (systemd-stub): Update to 258.2.
2025-12-04 15:21:42 +08:00
Hilton Chain
870a6fe099
rosenthal: prometheus-bin: Update to 3.8.0.
* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.8.0.
2025-12-04 15:21:42 +08:00
Hilton Chain
4fcd931614
rosenthal: cloudflare-warp-bin: Update to 2025.9.558.0.
* modules/rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to 2025.9.558.0.
2025-12-04 15:21:40 +08:00
Hilton Chain
5cae0412d7
rosenthal: tailscale: Update to 1.90.9.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.90.9.
[native-inputs]: Update vendored Go dependencies.
2025-12-04 15:18:05 +08:00
Hilton Chain
db380dc051
rosenthal: sing-box: Update to 1.12.12.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.12.
[native-inputs]: Update vendored Go dependencies.
2025-12-04 15:16:54 +08:00
Hilton Chain
3382ae51e7
rosenthal: mihomo: Update to 1.19.17.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.17.
[native-inputs]: Update vendored Go dependencies.
2025-12-04 15:15:11 +08:00
Hilton Chain
35fbf5c342
rosenthal: Add cuirass/dolly.
* modules/rosenthal/packages/patches/cuirass-templates-Add-more-forges.patch:
New file.
* modules/rosenthal/packages/ci.scm (cuirass/dolly): New variable.
2025-12-02 00:36:39 +08:00
7 changed files with 60 additions and 44 deletions

View File

@ -46,4 +46,5 @@
(description "This package provides a simple lottie animation converter.
Animations can be converted to PNG (with transparency) or GIF.")
(home-page "https://github.com/sot-tech/LottieConverter")
(license license:bsd-3))))
(license license:bsd-3)
(properties '((disable-updater? . #t))))))

View File

@ -32,7 +32,7 @@
(define-public cloudflare-warp-bin
(package
(name "cloudflare-warp-bin")
(version "2025.8.779.0")
(version "2025.9.558.0")
(source (origin
(method url-fetch)
(uri (string-append "https://pkg.cloudflareclient.com"
@ -40,7 +40,7 @@
"cloudflare-warp_" version "_amd64.deb"))
(sha256
(base32
"0p6d7zib94f20hp7wdilb92cdqvvh6qnf77844zy3fkjyghksvff"))))
"043fi0fmxkaf1a6cs5j5nbcdjhrz3k64bri8zj5v0rfkqvzfywx4"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -244,28 +244,7 @@ with the Subsonic API.")
(properties '((upstream-name . "navidrome")
(disable-updater? . #t)))))
(define-public rclone-bin
(package
(inherit rclone)
(name "rclone-bin")
(version "1.71.0")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
"https://github.com/rclone/rclone/releases/download/v"
version "/rclone-v" version "-linux-amd64.zip"))
(sha256
(base32
"14wyd767nbk3whgfvblb3kpiyzskcqbq61nh1jq6wbpg6pawznrx"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
#~'((#$(string-append "rclone-v" (package-version this-package)
"-linux-amd64/rclone")
"bin/rclone"))))
(supported-systems '("x86_64-linux"))
(properties '((upstream-name . "rclone")
(disable-updater? . #t)))))
(define-deprecated-package rclone-bin rclone)
(define-public shadow-tls-bin
(package
@ -381,7 +360,7 @@ metrics no matter where they are stored.")
(define-public prometheus-bin
(package
(name "prometheus-bin")
(version "3.7.2")
(version "3.8.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/prometheus/prometheus"
@ -389,7 +368,7 @@ metrics no matter where they are stored.")
"/prometheus-" version ".linux-amd64.tar.gz"))
(sha256
(base32
"0wam45r7ksgmpbgryxwy1pddk3yf0pk85zph4k7gag8x7k2bqn35"))))
"0nxj618za3q39m0xvakwvpym28hlca3v5cpvmqbaxd6f641isibg"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

@ -83,7 +83,7 @@
(define-public systemd-stub
(package
(name "systemd-stub")
(version "258")
(version "258.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -92,7 +92,7 @@
(file-name (git-file-name "name" version))
(sha256
(base32
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
"0d2jm94sfw7p85qzhc0jmfrxqdzsxlxwgwr4a42f434zsyw9w9fn"))))
(build-system meson-build-system)
(arguments
(list #:tests? #f
@ -126,7 +126,7 @@ Supports measured and/or verified boot environments.")
(define-public ukify
(package
(name "ukify")
(version "258")
(version "258.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -135,7 +135,7 @@ Supports measured and/or verified boot environments.")
(file-name (git-file-name name version))
(sha256
(base32
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
"0d2jm94sfw7p85qzhc0jmfrxqdzsxlxwgwr4a42f434zsyw9w9fn"))))
(build-system pyproject-build-system)
(arguments
(list #:phases

View File

@ -7,4 +7,13 @@
#:use-module (guix gexp)
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (rosenthal utils packages)
#:use-module (gnu packages ci))
(define-public cuirass/dolly
(package
(inherit
(package-with-extra-patches cuirass
(rosenthal-patches "cuirass-templates-Add-more-forges.patch")))
(name "cuirass-dolly")
(properties '((disable-updater? . #t)))))

View File

@ -20,7 +20,7 @@
(define-public cloudflared
(package
(name "cloudflared")
(version "2025.10.0")
(version "2025.11.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -32,7 +32,7 @@
;; (snippet '(delete-file-recursively "vendor"))
(sha256
(base32
"17an3nky4ibfi486wy2gsbv39qcmbsc3yvs3h2w6yxa4cb9knk6v"))))
"1lq6gf1xb2xr7rdi543k2z2csc2364jl5psj3sd33bvwd3147jis"))))
(build-system go-build-system)
(arguments
(list #:go go-1.24
@ -71,7 +71,7 @@ origin can remain as closed as possible.")
(define-public mihomo
(package
(name "mihomo")
(version "1.19.15")
(version "1.19.17")
(source (origin
(method git-fetch)
(uri (git-reference
@ -80,7 +80,7 @@ origin can remain as closed as possible.")
(file-name (git-file-name name version))
(sha256
(base32
"0znia4yhnz5c8bi4picksibrr1ggqf8adphmisxim4720nv1ja2v"))))
"0sqmclc3ccrd7dw0kjlrx3nxlzq7gq0qmwr6b0gygwan2iv6wx1n"))))
(build-system go-build-system)
(arguments
(list
@ -125,7 +125,7 @@ origin can remain as closed as possible.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"0917ksckkyh78v6sjbyss4ca52pqbza05vdxsxr79f9r6frzxsxp"))))
"0na4mwsjrlsj5wbfwabsd1i3kby03g26liysl9q7x42ck4vfw1jv"))))
(if (%current-target-system)
(list this-package)
'())))
@ -141,7 +141,7 @@ bypass network restrictions." )
(define-public sing-box
(package
(name "sing-box")
(version "1.12.11")
(version "1.12.12")
(source (origin
(method git-fetch)
(uri (git-reference
@ -150,7 +150,7 @@ bypass network restrictions." )
(file-name (git-file-name name version))
(sha256
(base32
"1vk7wqbwzy1qwhiak0n6dbjxr4mcdpmlbrsflr6l8xwfjmzhnvrb"))))
"1y1g5py91sccf2x6ji5ixl89gaxc72kx6s2h2nycjqfr71l0nd71"))))
(build-system go-build-system)
(arguments
(list
@ -218,7 +218,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies")
(sha256
(base32
"1dwrii2d05rc4j6gy6kbz4q6ry9xghggb8384y7x8a3czsq9x7gs"))))
"1mybyjh38vbs68kwsisca1x153vkw4v3896m0yc0gf16ygdlvms7"))))
(if (%current-target-system)
(list this-package)
'())))
@ -259,7 +259,7 @@ a SOCKS5 proxy.")
(define-public tailscale
(package
(name "tailscale")
(version "1.90.4")
(version "1.90.9")
(source (origin
(method git-fetch)
(uri (git-reference
@ -268,7 +268,7 @@ a SOCKS5 proxy.")
(file-name (git-file-name name version))
(sha256
(base32
"0rs6db5dfmhiaylkpv85b3xn8n7y612z1vln79m33xgvc708vpni"))
"0hyn7lxfgfvrvwi2vffz4xqcj1grydcp40zv8zavxlxxb0zn7yl1"))
(patches
(rosenthal-patches
"tailscale-set-guix-system-PATH-for-SSH.patch"))
@ -373,7 +373,7 @@ a SOCKS5 proxy.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"1g040kwafvwma0ncy8ni86zq13rv8kkz0ybbgji51w5qb3cw4pdd"))))
"0w8fkj2nw873p1911smcqxwp4jsa6hbmgz9ngxmbwswvi4pa6hq1"))))
(if (%current-target-system)
(list this-package)
'())))

View File

@ -0,0 +1,27 @@
From b6c1341082102ff4416186cca549b5f05efda162 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Sun, 30 Nov 2025 12:13:36 +0800
Subject: [PATCH] templates: Add more forges.
---
src/cuirass/templates.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index d591705..5518331 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1526,7 +1526,9 @@ (define %vcs-web-views
("git.guix.gnu.org" ,labhub-url) ;alias for codeberg.org
("gitlab.com" ,labhub-url)
("gitlab.inria.fr" ,labhub-url)
- ("github.com" ,labhub-url))))
+ ("github.com" ,labhub-url)
+ ("git.sr.ht" ,labhub-url)
+ ("git.urspace.moe" ,labhub-url))))
(define %vcs-web-commit-range-views
;; List of host names and corresponding URL to display a commit range.
--
2.51.2

View File

@ -24,7 +24,7 @@
(define-public ai-robots-txt
(package
(name "ai-robots-txt")
(version "1.42")
(version "1.44")
(source (origin
(method git-fetch)
(uri (git-reference
@ -33,7 +33,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"05nnc0r4zz8sq8mhp299d9d6hpd8qcm81wkn30i4bzq0a220si07"))
"14jfkymkrs51xkgf48rin01kcfmk043zkdyzfhb459fv3brxms50"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "code"))))
(build-system copy-build-system)