mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: guix-data-service: Update to 0.0.1-46.b4583bb.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-46.b4583bb. Change-Id: Iad913c9e7abc43855e8b7964e7753438df6e2300
This commit is contained in:
parent
8a53a71cbd
commit
5e1e789ffe
1 changed files with 3 additions and 3 deletions
|
@ -5002,8 +5002,8 @@ (define-public python-tibanna
|
|||
(license license:expat)))
|
||||
|
||||
(define-public guix-data-service
|
||||
(let ((commit "5f80856ad1587aea38ee4e7b54db558cdb43f6b7")
|
||||
(revision "45"))
|
||||
(let ((commit "b4583bb17714954530e1cc851efaea1666f6adc2")
|
||||
(revision "46"))
|
||||
(package
|
||||
(name "guix-data-service")
|
||||
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
|
||||
|
@ -5015,7 +5015,7 @@ (define-public guix-data-service
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18m002d9pkh0qn4xn4n6lijl541m9z7c3lbapl7m6zi41p3dywww"))))
|
||||
"0l9nflx5npmmbvqxrfjhfvyr7mcs9qrf0w3dabs65r7q0g0pjcp0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue