Compare commits

..

5 Commits

Author SHA1 Message Date
Hilton Chain
144a913149
rosenthal: go-1.24: Update to 1.24.3.
* modules/rosenthal/packages/golang.scm (go-1.24): Update to 1.24.3.
2025-05-24 00:08:03 +08:00
Hilton Chain
7f86daa4ab
rosenthal: bitwarden-icecat: Update to 2025.5.0.
* modules/rosenthal/packages/browser-extensions.scm (bitwarden): Update to
2025.5.0.
2025-05-24 00:08:00 +08:00
Hilton Chain
a32dd990ee
rosenthal: wakatime-cli-bin: Update to 1.115.3.
* modules/rosenthal/packages/binaries.scm (wakatime-cli-bin): Update to
1.115.3.
2025-05-24 00:07:58 +08:00
Hilton Chain
9e6028f12b
rosenthal: cloudflare-warp-bin: Update to 2025.4.943.0.
* modules/rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to
2025.4.943.0.
2025-05-24 00:07:54 +08:00
Hilton Chain
3e0b55291e
maint: Disable updater for some packages.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-caddyfile-mode)[properties]
<rosenthal-update?>: Disable.
* modules/rosenthal/packages/rust-apps.scm (atuin): Likewise.
* modules/rosenthal/packages/wm.scm (niri): Likewise.
2025-05-24 00:05:58 +08:00
6 changed files with 17 additions and 11 deletions

View File

@ -42,7 +42,7 @@
(define-public cloudflare-warp-bin (define-public cloudflare-warp-bin
(package (package
(name "cloudflare-warp-bin") (name "cloudflare-warp-bin")
(version "2025.4.929.0") (version "2025.4.943.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pkg.cloudflareclient.com" (uri (string-append "https://pkg.cloudflareclient.com"
@ -50,7 +50,7 @@
"cloudflare-warp_" version "_amd64.deb")) "cloudflare-warp_" version "_amd64.deb"))
(sha256 (sha256
(base32 (base32
"1ygqr6l7lsbkq1f8qwgypv2flyjd430sjkrwsw8rhd2lgnvwisff")))) "08gczvxr2826vsz15ysadxm8llwgshxm5qqczn29w9iyirkc4k2q"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan
@ -244,7 +244,7 @@ coding statistics.")
(define-public wakatime-cli-bin (define-public wakatime-cli-bin
(package (package
(name "wakatime-cli-bin") (name "wakatime-cli-bin")
(version "1.115.2") (version "1.115.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/wakatime/wakatime-cli" (uri (string-append "https://github.com/wakatime/wakatime-cli"
@ -252,7 +252,7 @@ coding statistics.")
"/wakatime-cli-linux-amd64.zip")) "/wakatime-cli-linux-amd64.zip"))
(sha256 (sha256
(base32 (base32
"012s2r55iwd8kglh26sbscaps0iccdhk0ccaqf55kcfsbi35qc91")))) "0vfnbcgyaav95a7jbmh8xvpwlmcf8wsqlrf28yq9y79sywhc78bk"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -15,7 +15,7 @@
(define-public bitwarden (define-public bitwarden
(package (package
(name "bitwarden") (name "bitwarden")
(version "2025.3.1") (version "2025.5.0")
(source (origin (source (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
(uri (string-append "https://github.com/bitwarden/clients" (uri (string-append "https://github.com/bitwarden/clients"
@ -23,7 +23,7 @@
"/dist-firefox-" version ".zip")) "/dist-firefox-" version ".zip"))
(sha256 (sha256
(base32 (base32
"03s8z32rc4mwzi61xpzn4f9z6kxwdnshqy61h2kr3cvq9974li3s")))) "139q19bn14p70czh9ylb3wjz0kmsgn340lcjn2wwi0vb6pdlwa3f"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
(list #:install-plan (list #:install-plan

View File

@ -33,7 +33,9 @@
(description (description
"This package provides @code{caddyfile-mode}, an Emacs major mode for "This package provides @code{caddyfile-mode}, an Emacs major mode for
editing Caddyfiles, configuration files for @code{caddy}.") editing Caddyfiles, configuration files for @code{caddy}.")
(license license:gpl3+)))) (license license:gpl3+)
(properties
'((rosenthal-update? . #f))))))
(define-public emacs-nftables-mode (define-public emacs-nftables-mode
(package (package

View File

@ -12,7 +12,7 @@
(package (package
(inherit go-1.23) (inherit go-1.23)
(name "go") (name "go")
(version "1.24.2") (version "1.24.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -21,7 +21,7 @@
(commit (string-append "go" version)))) (commit (string-append "go" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "199yajw3amvspl9k2a75v4jblwr965laqngxbnsi5l3ragp5c1ck")))) (base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
(native-inputs (native-inputs
;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain. ;; Go 1.24 and later requires Go 1.22+ as the bootstrap toolchain.
(alist-replace "go" (list go-1.22) (package-native-inputs go-1.23))) (alist-replace "go" (list go-1.22) (package-native-inputs go-1.23)))

View File

@ -74,4 +74,6 @@
"Atuin replaces existing shell history with a SQLite database, and records "Atuin replaces existing shell history with a SQLite database, and records
additional context for commands. Additionally, it provides optional and fully additional context for commands. Additionally, it provides optional and fully
encrypted synchronisation of history between machines, via an Atuin server.") encrypted synchronisation of history between machines, via an Atuin server.")
(license license:expat))) (license license:expat)
(properties
'((rosenthal-update? . #f)))))

View File

@ -192,4 +192,6 @@ extensions, such as @code{wlr-protocols} and @code{plasma-wayland-protocols}.")
"Niri is a scrollable-tiling Wayland compositor which arranges windows in a "Niri is a scrollable-tiling Wayland compositor which arranges windows in a
scrollable format. It is considered stable for daily use and performs most scrollable format. It is considered stable for daily use and performs most
functions expected of a Wayland compositor.") functions expected of a Wayland compositor.")
(license license:gpl3))) (license license:gpl3)
(properties
'((rosenthal-update? . #f)))))