mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: restic-rest-server: Update to 0.13.0.
* gnu/packages/backup.scm (restic-rest-server): Update to 0.13.0. Change-Id: I0c83ee5a879a62c6859a27390435e93296523a99
This commit is contained in:
parent
d69b39d608
commit
06902295e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue