mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: jags: Update to 4.3.1.
* gnu/packages/statistics.scm (jags): Update to 4.3.1.
This commit is contained in:
parent
48e66b01d6
commit
344bd4cf5c
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2016, 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
|
||||
;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
|
||||
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017–2020, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017 Alex Kost <alezost@gmail.com>
|
||||
;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
|
||||
;;; Copyright © 2020 Tim Howes <timhowes@lavabit.com>
|
||||
|
@ -151,7 +151,7 @@ (define-public pspp
|
|||
(define-public jags
|
||||
(package
|
||||
(name "jags")
|
||||
(version "4.3.0")
|
||||
(version "4.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/mcmc-jags/JAGS/"
|
||||
|
@ -159,7 +159,7 @@ (define-public jags
|
|||
"JAGS-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z3icccg2ic56vmhyrpinlsvpq7kcaflk1731rgpvz9bk1bxvica"))))
|
||||
"0aa2w4g5057vn1qjp954s2kwxfmy1h7p5yn56fyi7sz9nmaq69gr"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://mcmc-jags.sourceforge.net/")
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue