mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: guix-data-service: Update to 0.0.1-58.c886685.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-58.c886685. Change-Id: I60eefb1a04effdec9a12c7ed93994b8c258171aa
This commit is contained in:
parent
540d5b148f
commit
d663d4b6ca
1 changed files with 3 additions and 3 deletions
|
@ -5294,8 +5294,8 @@ (define-public python-tibanna
|
|||
(license license:expat)))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "d3c87fb1dc2c3f72786904845edcedd921bbb24c")
|
||||
(revision "57"))
|
||||
(let ((commit "c886685e9284da4bbed9377f70dd70da9e7ca29f")
|
||||
(revision "58"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -5307,7 +5307,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1scb4cpvk0yh4281n88rz6cz93hx2166b10d3ikmipldrgwhh7l9"))))
|
||||
"0rg8ydzg4s984bvz73343vqb3fkykk7x48121c1rzdiakh3ndp1i"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue