mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: guix-data-service: Update to 0.0.1-36.7b69611.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-36.7b69611.
This commit is contained in:
parent
81841559f4
commit
2fb187ed7c
1 changed files with 3 additions and 3 deletions
|
@ -4659,8 +4659,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 "95064d39a337da9f2eb7d5675e0e511301466f77")
|
(let ((commit "7b69611755ac3b9132710d83a1139b4c5606578d")
|
||||||
(revision "34"))
|
(revision "36"))
|
||||||
(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)))
|
||||||
|
@ -4672,7 +4672,7 @@ (define-public guix-data-service
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nkasn2wk36jfnfan619lv604cjj6ppwvmiljckcyyr57yynqbr4"))))
|
"0lmvmalgfbc6q80f8dwqikdd5kna2vl4jlmf2li206hmcq2hzh6p"))))
|
||||||
(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