Compare commits

...

4 Commits

4 changed files with 14 additions and 36 deletions

View File

@ -184,13 +184,13 @@ the world.")
(define-public tailscale-bin-amd64
(package
(name "tailscale-bin-amd64")
(version "1.48.1")
(version "1.48.2")
(source (origin
(method url-fetch)
(uri (string-append "https://pkgs.tailscale.com/stable/tailscale_"
version "_amd64.tgz"))
(sha256
(base32 "09hgjf2d159kph6m8vypd3cxgyphl90g600z70gzjhx2yaap15qi"))))
(base32 "1xnsih3mmbk2h5sqhwr08ldc86r5zwkj2azf9fvdci6gihqrvip4"))))
(build-system copy-build-system)
(arguments
(list
@ -226,52 +226,52 @@ the world.")
(package
(inherit tailscale-bin-amd64)
(name "tailscale-bin-386")
(version "1.48.1")
(version "1.48.2")
(source (origin
(method url-fetch)
(uri (string-append "https://pkgs.tailscale.com/stable/tailscale_"
version "_386.tgz"))
(sha256
(base32 "18744zyjyp7q4nncq9g2w6lk87ik16bgjl3ljppzfcf9a45csnvd"))))
(base32 "1n862mgyymbmgv4ycd8jvq8qifhp8w2krsfgvlbyahc02kf8mmwm"))))
(supported-systems '("i686-linux"))))
(define-public tailscale-bin-arm
(package
(inherit tailscale-bin-amd64)
(name "tailscale-bin-arm")
(version "1.48.1")
(version "1.48.2")
(source (origin
(method url-fetch)
(uri (string-append "https://pkgs.tailscale.com/stable/tailscale_"
version "_arm.tgz"))
(sha256
(base32 "0yvcy1i0cp999fv2wla0qwsd53g5lyajgpis4s2b72lfp3jw7wqj"))))
(base32 "0bs01nml3rbp6lq1agijmkd4dqjhw47579g5p28y7z5fn4ihyglk"))))
(supported-systems '("armhf-linux"))))
(define-public tailscale-bin-arm64
(package
(inherit tailscale-bin-amd64)
(name "tailscale-bin-arm64")
(version "1.48.1")
(version "1.48.2")
(source (origin
(method url-fetch)
(uri (string-append "https://pkgs.tailscale.com/stable/tailscale_"
version "_arm64.tgz"))
(sha256
(base32 "031arg4d08hdq1zww29yakv5pba4356bhb22mjysdc13va5pc7d9"))))
(base32 "0l45a4xb5i670llzys0pfzbz02hlmmxv44z7h7y0bh479ijagvch"))))
(supported-systems '("aarch64-linux"))))
(define-public tailscale-bin-riscv64
(package
(inherit tailscale-bin-amd64)
(name "tailscale-bin-riscv64")
(version "1.48.1")
(version "1.48.2")
(source (origin
(method url-fetch)
(uri (string-append "https://pkgs.tailscale.com/stable/tailscale_"
version "_riscv64.tgz"))
(sha256
(base32 "0mf5dfxhwlk40k9hzi2d5vvvf7idhdqhsl2dq6bsgk7r11mc4ll7"))))
(base32 "0raibf6xwqg58fnhsf7rzkwnx5cylpg7mwl5i4kj66ma78xl96bk"))))
(supported-systems '("riscv64-linux"))))
(define-public tailscale-with-newer-go-libraries

View File

@ -1758,29 +1758,6 @@ users are recommended to switch their imports.")
(description "Go bindings to systemd. The project has several packages:")
(license license:asl2.0)))
(define-public go-github-com-coreos-go-systemd-activation
(package
(name "go-github-com-coreos-go-systemd-activation")
(version "0.0.0-20170731111925-d21964639418")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/coreos/go-systemd")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
"1kcgnsm9l1kk8nfv1lkvkrjghy1aavhzv7d9f6l5qi2wqyvj48dw"))))
(build-system go-build-system)
(arguments
'(#:unpack-path "github.com/coreos/go-systemd"
#:import-path "github.com/coreos/go-systemd/activation"))
(home-page "https://github.com/coreos/go-systemd")
(synopsis "go-systemd")
(description #f)
(license license:asl2.0)))
(define-public go-github-com-coreos-go-systemd-daemon
(package
(inherit go-github-com-coreos-go-systemd-activation)

View File

@ -1,3 +1,4 @@
;;; vim: set ft=scheme :
;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is an addendum to GNU Guix.

View File

@ -26,7 +26,7 @@
(define-public pdfjs
(package
(name "pdfjs")
(version "3.9.179")
(version "3.10.111")
(source
(origin
(method url-fetch/zipbomb)
@ -34,7 +34,7 @@
"/download/v" version
"/pdfjs-" version "-dist.zip"))
(sha256
(base32 "13451wyanv9gzzamgka90yacqv6kingvlw3xcwjqrp6bbhjbsg9k"))))
(base32 "05v47hwjswvsl5b533kq5g5xdcmdzmhd834934644jv1ywvkvkwm"))))
(build-system copy-build-system)
(arguments
`(#:install-plan
@ -75,4 +75,4 @@
"/download/v" version
"/pdfjs-" version "-legacy-dist.zip"))
(sha256
(base32 "1j9wkgiziv3hz1cpq9hpgbn7a4j0g4zfb40gyzcw0di2ppd1cqv4"))))))
(base32 "023jh4svyvl2663brlg3k5877c6f75l3pdigg2v7rk0ljlhvcy0a"))))))