1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: restic-rest-server: Update to 0.12.1.

* gnu/packages/backup.scm (restic-rest-server): Update to 0.12.1.
[native-inputs]: Remove go-github-com-coreos-go-systemd-activation; add
go-github-com-coreos-go-systemd-v22.

Change-Id: I5d43b85f8ba340ef0adedc68ec1c0f01dbe062a0
This commit is contained in:
Sharlatan Hellseher 2024-06-19 12:06:01 +01:00
parent abe7cfc46d
commit debd03323f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1055,7 +1055,7 @@ precious backup space.
(define-public restic-rest-server (define-public restic-rest-server
(package (package
(name "restic-rest-server") (name "restic-rest-server")
(version "0.11.0") (version "0.12.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1064,7 +1064,7 @@ precious backup space.
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1nvmxc9x0mlks6yfn66fmwn50k5q83ip4g9vvb0kndzd7hwcyacy")))) "18jk93j91dq4639nml4qnq1fq5j3s67ca3gvfka5aafln8ir8ffk"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -1083,7 +1083,7 @@ precious backup space.
;; "rest-server" is a bit too generic. ;; "rest-server" is a bit too generic.
(rename-file "bin/rest-server" (rename-file "bin/rest-server"
"bin/restic-rest-server"))))))) "bin/restic-rest-server")))))))
(native-inputs (list go-github-com-coreos-go-systemd-activation (native-inputs (list go-github-com-coreos-go-systemd-v22
go-github-com-gorilla-handlers go-github-com-gorilla-handlers
go-github-com-minio-sha256-simd go-github-com-minio-sha256-simd
go-github-com-miolini-datacounter go-github-com-miolini-datacounter