mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: guix-data-service: Update to 0.0.1-40.3734a85
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-40.3734a85.
This commit is contained in:
parent
7368020bef
commit
99bcf7ce98
1 changed files with 3 additions and 3 deletions
|
@ -4766,8 +4766,8 @@ (define-public python-feedparser
|
||||||
license:freebsd-doc)))) ; documentation
|
license:freebsd-doc)))) ; documentation
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "8c2f97eef82412a4309273e22b6edeaf53dc2d0e")
|
(let ((commit "3734a85650cc4a34d5bfa06d151edcc7efe7144e")
|
||||||
(revision "39"))
|
(revision "40"))
|
||||||
(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)))
|
||||||
|
@ -4779,7 +4779,7 @@ (define-public guix-data-service
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12k930vkg07i9xysli3fxbgn3hbqy2l5s9rybm7ayvbcmbdqmgcn"))))
|
"1a3li1gfll9w6w7amk4av1565abw8i4a706rfkd5lg36jikkap4q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils)
|
'(#:modules ((guix build utils)
|
||||||
|
|
Loading…
Reference in a new issue