Compare commits

...

14 Commits

Author SHA1 Message Date
Hilton Chain
f4d7a54232
rosenthal: hugo: Update to 0.152.2.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.152.2.
2025-10-25 12:05:29 +08:00
Hilton Chain
d18951162c
rosenthal: tailscale: Update to 1.90.2.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.90.2.
2025-10-25 12:05:29 +08:00
Hilton Chain
9e9b2dc6d1
rosenthal: sing-box: Update to 1.12.11.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.12.11.
2025-10-25 12:05:29 +08:00
Hilton Chain
396d5a0f37
rosenthal: mihomo: Update to 1.19.15.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.15.
2025-10-25 12:05:28 +08:00
Hilton Chain
169827bb6a
rosenthal: sops: Update to 3.11.0.
* modules/rosenthal/packages/password-utils.scm (sops): Update to 3.11.0.
[arguments] <#:go>: Use go-1.24.
[native-inputs]: Update vendored Go dependencies.
2025-10-25 12:03:55 +08:00
Hilton Chain
5ab9348d37
rosenthal: Remove systemd-version and systemd-source.
* modules/rosenthal/packages/bootloaders.scm (systemd-version)
(systemd-source): Delete variables.
(systemd-stub, ukify): Adjust accordingly.
2025-10-25 11:44:39 +08:00
Hilton Chain
4ec4303fac
rosenthal: emacs-eat/hako: Rename to emacs-eat/dolly.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-eat/hako): Rename to
emacs-eat/dolly.
2025-10-25 11:33:28 +08:00
Hilton Chain
0854874c2c
rosenthal: ai-robots-txt: Update to 1.42.
* modules/rosenthal/packages/web.scm (ai-robots-txt): Update to 1.42.
2025-10-25 11:15:19 +08:00
Hilton Chain
a86f295761
rosenthal: cloudflared: Update to 2025.10.0.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.10.0.
2025-10-25 11:15:19 +08:00
Hilton Chain
403872fcd4
rosenthal: prismlauncher/dolly: Update to 9.4.
* modules/rosenthal/packages/games.scm (prismlauncher/dolly): Update to 9.4.
2025-10-25 11:15:18 +08:00
Hilton Chain
249040cb9f
rosenthal: prometheus-bin: Update to 3.7.2.
* modules/rosenthal/packages/binaries.scm (prometheus-bin): Update to 3.7.2.
2025-10-25 11:12:40 +08:00
Hilton Chain
659b05b787
rosenthal: cloudflare-warp-bin: Update to 2025.8.779.0.
* modules/rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to 2025.8.779.0.
2025-10-25 11:12:39 +08:00
Hilton Chain
2b2867a10e
services: qbittorrent: Stop using deprecated qbittorrent-nox.
* modules/rosenthal/services/bittorrent.scm (qbittorrent-configuration)
[qbittorrent]: Default to qbittorrent-no-x.
2025-10-25 11:11:24 +08:00
Hilton Chain
ce7e403b6b
rosenthal: go-1.25: Update to 1.25.3.
* modules/rosenthal/packages/golang.scm (go-1.25): Update to 1.25.3.
2025-10-25 11:10:24 +08:00
9 changed files with 52 additions and 48 deletions

View File

@ -32,7 +32,7 @@
(define-public cloudflare-warp-bin
(package
(name "cloudflare-warp-bin")
(version "2025.6.1335.0")
(version "2025.8.779.0")
(source (origin
(method url-fetch)
(uri (string-append "https://pkg.cloudflareclient.com"
@ -40,7 +40,7 @@
"cloudflare-warp_" version "_amd64.deb"))
(sha256
(base32
"1kk6z05n0ryhvn7xbhlx79qnvyl5drbvvqzy9sy5fclcv8x29gpi"))))
"0p6d7zib94f20hp7wdilb92cdqvvh6qnf77844zy3fkjyghksvff"))))
(build-system copy-build-system)
(arguments
(list #:install-plan
@ -311,7 +311,7 @@ metrics no matter where they are stored.")
(define-public prometheus-bin
(package
(name "prometheus-bin")
(version "3.6.0")
(version "3.7.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/prometheus/prometheus"
@ -319,7 +319,7 @@ metrics no matter where they are stored.")
"/prometheus-" version ".linux-amd64.tar.gz"))
(sha256
(base32
"05j985qhj4dvnfc6ly08ilx3nkhx133qc9ydzjpn2hd6am5fy0i0"))))
"0wam45r7ksgmpbgryxwy1pddk3yf0pk85zph4k7gag8x7k2bqn35"))))
(build-system copy-build-system)
(arguments
(list #:install-plan

View File

@ -72,18 +72,6 @@
;;; Unified Kernel Image support.
;;;
(define systemd-version "258")
(define systemd-source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/systemd/systemd")
(commit (string-append "v" systemd-version))))
(file-name (git-file-name "systemd" systemd-version))
(sha256
(base32
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
(define (systemd-stub-name)
(let ((arch (cond ((target-x86-32?) "ia32")
((target-x86-64?) "x64")
@ -95,8 +83,16 @@
(define-public systemd-stub
(package
(name "systemd-stub")
(version systemd-version)
(source systemd-source)
(version "258")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/systemd/systemd")
(commit (string-append "v" version))))
(file-name (git-file-name "name" version))
(sha256
(base32
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
(build-system meson-build-system)
(arguments
(list #:tests? #f
@ -130,8 +126,16 @@ Supports measured and/or verified boot environments.")
(define-public ukify
(package
(name "ukify")
(version systemd-version)
(source systemd-source)
(version "258")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/systemd/systemd")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
(build-system pyproject-build-system)
(arguments
(list #:phases

View File

@ -39,7 +39,7 @@ editing Caddyfiles, configuration files for @code{caddy}.")
(properties
'((disable-updater? . #t))))))
(define-public emacs-eat/hako
(define-public emacs-eat/dolly
(package
(inherit
(package-with-extra-patches emacs-eat
@ -55,7 +55,7 @@ editing Caddyfiles, configuration files for @code{caddy}.")
(sha256
(base32
"14d6nvagcri0r687y3m179ijmnad89m5d5dj2rn2p6rpfc5nssr0"))))))
(name "emacs-eat-hako")))
(name "emacs-eat-dolly")))
(define-public emacs-nftables-mode
(package

View File

@ -21,7 +21,7 @@
(define-public prismlauncher/dolly
(package
(name "prismlauncher-dolly")
(version "9.2")
(version "9.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -31,7 +31,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"16ra1cb8rc00cd2si3k7qmw8db3g0pf6n15aar60dh7kp9ig8jwb"))))
"1xxgyx0z5r3hk3yk4gglbfwvq2qk1j9a0dkrv55j4vrlkni79nrm"))))
(build-system cmake-build-system)
(arguments
`(#:phases

View File

@ -20,7 +20,7 @@
(package
(inherit go-1.24)
(name "go")
(version "1.25.1")
(version "1.25.3")
(source
(origin
(method git-fetch)
@ -29,7 +29,7 @@
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1pc6ybdsd2v6rviylmmdzns3v0ramrcbhn935ikff39shpij4xp4"))))
(base32 "037gcrl8nagdsq2kv8irx7n0nijjmlqpz0b0zyj482xz2wzar0fs"))))
;; TODO
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)

View File

@ -19,7 +19,7 @@
(define-public cloudflared
(package
(name "cloudflared")
(version "2025.9.1")
(version "2025.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -31,7 +31,7 @@
;; (snippet '(delete-file-recursively "vendor"))
(sha256
(base32
"07pq6p6lq91173qxckqk181slzlyjc6zclvg9mq2l92znk0i2nf4"))))
"17an3nky4ibfi486wy2gsbv39qcmbsc3yvs3h2w6yxa4cb9knk6v"))))
(build-system go-build-system)
(arguments
(list #:go go-1.24
@ -70,7 +70,7 @@ origin can remain as closed as possible.")
(define-public mihomo
(package
(name "mihomo")
(version "1.19.14")
(version "1.19.15")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@ origin can remain as closed as possible.")
(file-name (git-file-name name version))
(sha256
(base32
"0kq400n22aphz9vapgqr7hkkphn608as37244q2xb21fm5hh90kl"))))
"0znia4yhnz5c8bi4picksibrr1ggqf8adphmisxim4720nv1ja2v"))))
(build-system go-build-system)
(arguments
(list
@ -124,7 +124,7 @@ origin can remain as closed as possible.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"1imrmfcr2s7cspgpay1yj7y4rhafnmxjjhywzff30k25an7mw16p"))))
"0917ksckkyh78v6sjbyss4ca52pqbza05vdxsxr79f9r6frzxsxp"))))
(if (%current-target-system)
(list this-package)
'())))
@ -140,7 +140,7 @@ bypass network restrictions." )
(define-public sing-box
(package
(name "sing-box")
(version "1.12.8")
(version "1.12.11")
(source (origin
(method git-fetch)
(uri (git-reference
@ -149,7 +149,7 @@ bypass network restrictions." )
(file-name (git-file-name name version))
(sha256
(base32
"1mrxd4x9j501vrwmipdj0aqqnakkc9lp62z7gxvhzdh9zb9pvsz3"))))
"1vk7wqbwzy1qwhiak0n6dbjxr4mcdpmlbrsflr6l8xwfjmzhnvrb"))))
(build-system go-build-system)
(arguments
(list
@ -217,7 +217,7 @@ bypass network restrictions." )
(file-name "vendored-go-dependencies")
(sha256
(base32
"1vbi23x89047i8a9w400pqcy4lf7kw5r8237jhli7z0azmdb4kmb"))))
"1dwrii2d05rc4j6gy6kbz4q6ry9xghggb8384y7x8a3czsq9x7gs"))))
(if (%current-target-system)
(list this-package)
'())))
@ -258,7 +258,7 @@ a SOCKS5 proxy.")
(define-public tailscale
(package
(name "tailscale")
(version "1.88.1")
(version "1.90.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -267,7 +267,7 @@ a SOCKS5 proxy.")
(file-name (git-file-name name version))
(sha256
(base32
"0jgalpb2d912ymph239vxhh947jpsdqc05gf08303b9n5p4zk646"))
"07m76ijcrspmmyncdqvyfsi5nfca0m4gs3bjlzxg3ly7gg9hnfhr"))
(modules '((guix build utils)))
(snippet
'(begin
@ -369,7 +369,7 @@ a SOCKS5 proxy.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"0aq9qvb1w2chilkq3gmm3r1914yfaasrqmiz8ibbfk14cdskm8gi"))))
"1g040kwafvwma0ncy8ni86zq13rv8kkz0ybbgji51w5qb3cw4pdd"))))
(if (%current-target-system)
(list this-package)
'())))

View File

@ -16,7 +16,7 @@
(define-public sops
(package
(name "sops")
(version "3.10.2")
(version "3.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -25,10 +25,10 @@
(file-name (git-file-name name version))
(sha256
(base32
"0hnp08w7kcb30ki9h1jca5x0n9cmyxq4nxl00590l0aca32jgm11"))))
"1md6mk1cklcaa90mfy5dsm44i5xc0l598dfr3mi0j1k4ydkfn280"))))
(build-system go-build-system)
(arguments
(list #:go go-1.23
(list #:go go-1.24
#:install-source? #f
#:import-path "./cmd/sops"
#:build-flags
@ -53,12 +53,12 @@
(assoc-ref gnu:%standard-phases 'install-license-files)))))
(native-inputs
(list (origin
(method (go-mod-vendor #:go go-1.23))
(method (go-mod-vendor #:go go-1.24))
(uri (package-source this-package))
(file-name "vendored-go-dependencies")
(sha256
(base32
"0xc73hy8cm5qsaakhmy3fm0ijh5akghva330c3vinjsm8hhd98gd")))))
"05pd6d80x70xyak8clnjiiir8limlzq5cx2aqlda3p1ln4qpgc7m")))))
(home-page "https://getsops.io/")
(synopsis "Simple and flexible tool for managing secrets")
(description

View File

@ -24,7 +24,7 @@
(define-public ai-robots-txt
(package
(name "ai-robots-txt")
(version "1.40")
(version "1.42")
(source (origin
(method git-fetch)
(uri (git-reference
@ -33,7 +33,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1wa1c7awj2mpz78h1v0pw3v9w0ywpwjp26ml5s4qbgi0hmfcss5l"))
"05nnc0r4zz8sq8mhp299d9d6hpd8qcm81wkn30i4bzq0a220si07"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "code"))))
(build-system copy-build-system)
@ -220,7 +220,7 @@ from serving static websites to running dynamic web applications.")
(define-public hugo
(package
(name "hugo")
(version "0.150.0")
(version "0.152.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -229,7 +229,7 @@ from serving static websites to running dynamic web applications.")
(file-name (git-file-name name version))
(sha256
(base32
"1r86klgw82qai664sri90jd3x9my2m61nrj0936z4d4gy4bp0q2d"))))
"093p1k0m2n5b2bbk49kmciwr92wy9b8b4hw5wwmlhs2v304rw9cx"))))
(build-system go-build-system)
(arguments
(list
@ -288,7 +288,7 @@ from serving static websites to running dynamic web applications.")
(file-name "vendored-go-dependencies")
(sha256
(base32
"1mhx00vsdpjfwqxln866ssdha0c081r15v6032q87hxh70b536iv")))
"1yhk8as1jz5459bzkmqjwdp82xqsr7sx1m1jkkk58cfzagznpz78")))
(package-source libsass)
(package-source libwebp)))
(home-page "https://gohugo.io/")

View File

@ -25,7 +25,7 @@
(define-configuration qbittorrent-configuration
(qbittorrent
(file-like qbittorrent-nox)
(file-like qbittorrent-no-x)
"The qBittorrent package to use, we need @command{qbittorrent-nox}.")
(webui-port
(integer 8080)