sharlatan pushed a commit to branch go-team
in repository guix.
commit 963f7c152a833665c43d0b450b31dba8f7158b4c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 24 19:58:02 2024 +0000
gnu: restic-rest-server: Update to 0.13.0.
* gnu/packages/backup.scm (restic-rest-server): Update to 0.13.0.
Change-Id: I0c83ee5a879a62c6859a27390435e93296523a99
---
gnu/packages/backup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 04abba54f5..37ae08f8cd 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1058,7 +1058,7 @@ precious backup space.
(define-public restic-rest-server
(package
(name "restic-rest-server")
- (version "0.12.1")
+ (version "0.13.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1067,7 +1067,7 @@ precious backup space.
(file-name (git-file-name name version))
(sha256
(base32
- "18jk93j91dq4639nml4qnq1fq5j3s67ca3gvfka5aafln8ir8ffk"))))
+ "1ncsmwn4g1j555cgwkk5p8f093s42fip7dajhnh554jp1zx757m3"))))
(build-system go-build-system)
(arguments
(list