mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: guix-data-service: Update to 0.0.1-50.d74422c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-50.d74422c. Change-Id: I652633d816ba74c115a0f09939966bf4625d1b8b
This commit is contained in:
parent
7f7a67ae06
commit
d98dc7051d
1 changed files with 3 additions and 3 deletions
|
@ -5181,8 +5181,8 @@ (define-public python-tibanna
|
|||
(license license:expat)))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "f4be64761073fbe9b1b07c6126104b54358c7bfb")
|
||||
(revision "49"))
|
||||
(let ((commit "d74422c2686890c7df26dd52104d65bfd042e7bd")
|
||||
(revision "50"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -5194,7 +5194,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vdwi7b6cjascl3h8l533i4dk20dgigrxrl9yl8rsdcc8cjpn19g"))))
|
||||
"06np60hd0vlwbhkh8x9drnzndykykgxw4f7qmgnp8p3rxrzh8y9g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue