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-12.f56935a.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-12.f56935a.
This commit is contained in:
parent
b3011dbbd2
commit
abfe3c5aa2
1 changed files with 3 additions and 3 deletions
|
@ -4194,8 +4194,8 @@ (define-public python2-feedparser
|
||||||
(package-with-python2 python-feedparser))
|
(package-with-python2 python-feedparser))
|
||||||
|
|
||||||
(define-public guix-data-service
|
(define-public guix-data-service
|
||||||
(let ((commit "7342280ead042bfce49754e8e9efb761f353f994")
|
(let ((commit "f56935a8a6893ca27b8bebea15c452167764f901")
|
||||||
(revision "11"))
|
(revision "12"))
|
||||||
(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)))
|
||||||
|
@ -4207,7 +4207,7 @@ (define-public guix-data-service
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s95xmllq2r1y7y99zja6b9w3qq1ccvdfvmv2kw7di9cswb5840p"))))
|
"0qfrblljvg46q9jvs0ilp3vrz226qrhv00lgf2awwq7m595vn3v8"))))
|
||||||
(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