Put in earplugs
This commit is contained in:
parent
99813635b3
commit
fc0ada85de
1 changed files with 8 additions and 5 deletions
|
@ -28,12 +28,15 @@ define-module (zzkt packages gephi)
|
||||||
(define-public gephi
|
(define-public gephi
|
||||||
(package
|
(package
|
||||||
(name "gephi")
|
(name "gephi")
|
||||||
(version "0.10.1")
|
(version "0.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri "https://github.com/gephi/gephi/releases/download/v0.10.1/gephi-0.10.1-linux-x64.tar.gz")
|
(uri (git-reference
|
||||||
(sha256 (base32 "0y7kzwh5ascmqs7whlf5jajj46zy2zyb57944sggy1rz7i6czhpn"))))
|
(url "https://github.com/gephi/gephi/")
|
||||||
|
(commit "0.10.2")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256 (base32 "01ywl2p5yi6ccam8778yjayrjjvmbh2h3yw4qd263siyih0zs9hj"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list gawk))
|
(list gawk))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
|
|
Loading…
Reference in a new issue