mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: guix-data-service: Update to 0.0.1-52.b5fbde5.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-52.b5fbde5. Change-Id: I89db5f73d25711e3098b8c5c10c00cf8c16b4acc
This commit is contained in:
parent
06fd838a7f
commit
42026b1186
1 changed files with 3 additions and 3 deletions
|
@ -5182,8 +5182,8 @@ (define-public python-tibanna
|
|||
(license license:expat)))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "eeb026b654939c3f7457f0a355757f17745a16ab")
|
||||
(revision "51"))
|
||||
(let ((commit "b5fbde5ac832e34987a05b1445c1c465c19d5340")
|
||||
(revision "52"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -5195,7 +5195,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b2fg0vd3mvkmrc52p7kfzwhra0ji4cmnxjyzab8m87ijrpgh13l"))))
|
||||
"1dp26bj14jaac9f5332pd6hasm3wr1hg9wrbjm9m8wb7cdll9h2p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue