From fc0ada85de1980e1fc9ee50672d827c0c17c3e7d Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 20 Jan 2024 09:48:12 +0100 Subject: [PATCH] Put in earplugs --- channel/zzkt/packages/gephi.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/channel/zzkt/packages/gephi.scm b/channel/zzkt/packages/gephi.scm index b4fd55f..946be0c 100644 --- a/channel/zzkt/packages/gephi.scm +++ b/channel/zzkt/packages/gephi.scm @@ -28,12 +28,15 @@ define-module (zzkt packages gephi) (define-public gephi (package (name "gephi") - (version "0.10.1") + (version "0.10.2") (source - (origin - (method url-fetch) - (uri "https://github.com/gephi/gephi/releases/download/v0.10.1/gephi-0.10.1-linux-x64.tar.gz") - (sha256 (base32 "0y7kzwh5ascmqs7whlf5jajj46zy2zyb57944sggy1rz7i6czhpn")))) + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gephi/gephi/") + (commit "0.10.2"))) + (file-name (git-file-name name version)) + (sha256 (base32 "01ywl2p5yi6ccam8778yjayrjjvmbh2h3yw4qd263siyih0zs9hj")))) (inputs (list gawk)) (build-system ant-build-system)