mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: plfit: Update to 0.9.4.
* gnu/packages/graph.scm (plfit): Update to 0.9.4.
This commit is contained in:
parent
0cf2cb51b9
commit
3ad8bcae5d
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ (define-module (gnu packages graph)
|
|||
(define-public plfit
|
||||
(package
|
||||
(name "plfit")
|
||||
(version "0.9.3")
|
||||
(version "0.9.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -76,7 +76,7 @@ (define-public plfit
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03x5jbvg8vwr92682swy58ljxrhqwmga1xzd0cpfbfmda41gm2fb"))))
|
||||
"042b60cnsz5wy27sz026xs0mnn9p58j46crgs78skncgkvzqyyc6"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")))
|
||||
|
|
Loading…
Reference in a new issue