gnu: guix-data-service: Update to 0.0.1-39.8c2f97e.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-39.8c2f97e.
parent
73b5c955ae
commit
9577d09c59
|
@ -4762,8 +4762,8 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
license:freebsd-doc)))) ; documentation
|
license:freebsd-doc)))) ; documentation
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "6be113f99d52cc284ecd0ed07fc88df5ea7bf718")
|
(let ((commit "8c2f97eef82412a4309273e22b6edeaf53dc2d0e")
|
||||||
(revision "38"))
|
(revision "39"))
|
||||||
(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)))
|
||||||
|
@ -4775,7 +4775,7 @@ CDF, Atom 0.3, and Atom 1.0 feeds.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y2dp83v0180vh33v56rbcqkl2qx8n8by3z2j6fx9ghv7dx5skbp"))))
|
"12k930vkg07i9xysli3fxbgn3hbqy2l5s9rybm7ayvbcmbdqmgcn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
|
Reference in New Issue