gnu: guix-data-service: Update to 0.0.1-48.957727c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-48.957727c. Change-Id: I45b4dedba1de05d45dc67446eacce539b70e2480
This commit is contained in:
parent
7e7df09190
commit
46f18b07c1
1 changed files with 3 additions and 3 deletions
|
|
@ -5005,8 +5005,8 @@ Cloud.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "c18589249f4b78994db6715226334a28ae6bc85f")
|
(let ((commit "957727c51aafe916da34a33778fa4e8112492fd6")
|
||||||
(revision "47"))
|
(revision "48"))
|
||||||
(package
|
(package
|
||||||
(name "guix-data-service")
|
(name "guix-data-service")
|
||||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||||
|
|
@ -5018,7 +5018,7 @@ Cloud.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ny2vnabirw19wn8dlsrac8nqrbklzqr3l18ismmmy70s4xkaabh"))))
|
"0k6j7marz2q3lrmnj24dnh3h3f46walkz9kaa0205d4sdvi5li2k"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
|
||||||
Reference in a new issue