mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: discount: Update to 2.2.4.
* gnu/packages/markup.scm (discount): Update to 2.2.4.
This commit is contained in:
parent
743c5be2d6
commit
7e72f5471b
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ (define-public markdown
|
||||||
(define-public discount
|
(define-public discount
|
||||||
(package
|
(package
|
||||||
(name "discount")
|
(name "discount")
|
||||||
(version "2.2.2")
|
(version "2.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -117,7 +117,7 @@ (define-public discount
|
||||||
name "/" name "-" version ".tar.bz2"))
|
name "/" name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r4gjyk1ngx47zhb25q0gkjm3bz2m5x8ngrk6rim3y1y3rricygc"))))
|
"199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in a new issue