mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: guix-data-service: Update to 0.0.1-53.eeda1bf.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-53.eeda1bf. Change-Id: I3bcf6e527228451d3e53024eea31369c92b90fa4
This commit is contained in:
parent
4bd8806249
commit
d3adb1d549
1 changed files with 3 additions and 3 deletions
|
@ -5194,8 +5194,8 @@ (define-public python-tibanna
|
|||
(license license:expat)))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "b5fbde5ac832e34987a05b1445c1c465c19d5340")
|
||||
(revision "52"))
|
||||
(let ((commit "eeda1bf33b42a81a8a295c9e498f3bb44e95d6f1")
|
||||
(revision "53"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -5207,7 +5207,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dp26bj14jaac9f5332pd6hasm3wr1hg9wrbjm9m8wb7cdll9h2p"))))
|
||||
"1dvlzm359iq6dghr7q1prqlkngxcy1198nb0xbv5rpwjp69j2vg9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue