mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jekyll: Update to 4.3.4.
* gnu/packages/ruby.scm (jekyll): Update to 4.3.4. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
58437e4113
commit
08b725fac2
1 changed files with 2 additions and 2 deletions
|
@ -14890,7 +14890,7 @@ Unicode formatted tables.")
|
|||
(define-public jekyll
|
||||
(package
|
||||
(name "jekyll")
|
||||
(version "4.3.2")
|
||||
(version "4.3.4")
|
||||
(source (origin
|
||||
(method git-fetch) ;for tests
|
||||
(uri (git-reference
|
||||
|
@ -14899,7 +14899,7 @@ Unicode formatted tables.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d588d7zhp526r21f9mnm204m8qy0c8h3lq3ghyg6qp8mj6hnwj4"))))
|
||||
"0sz285x5ppbifrnixi9sdzv28kg4x3qbzds3qniiwh1ip9hi1yk4"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
(list #:modules '((guix build ruby-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue