From 7eb566aead01601daa4c6de1f2e625cef5909aed Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 24 Dec 2024 16:47:25 +0000 Subject: [PATCH] gnu: go-github-com-keybase-go-ps: Update to 0.0.0-20190827175125-91aafc93ba19. * gnu/packages/golang.scm (go-github-com-keybase-go-ps): Update to 0.0.0-20190827175125-91aafc93ba19. Change-Id: I2969f88ce35da1265d47d2a661e6463b8c31d341 --- gnu/packages/golang.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e5fe851b2b..0b8e017e20 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2144,18 +2144,16 @@ web browsing activities based on HTTP Upgrade (HTTPT).") (license license:bsd-2)))) (define-public go-github-com-keybase-go-ps - (let ((commit "91aafc93ba19d1988cff338c1929d35b6c6f5b50") - (revision "0")) (package (name "go-github-com-keybase-go-ps") - (version (git-version "0.0.0" revision commit)) + (version "0.0.0-20190827175125-91aafc93ba19") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/keybase/go-ps") - (commit commit))) + (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 (base32 "1la7m9pd1rrij727g34k9d2iapqwrkwdkqwpkbsbcq8ig0fg634h")))) @@ -2179,7 +2177,7 @@ web browsing activities based on HTTP Upgrade (HTTPT).") (synopsis "Process list library for Go") (description "Go-Ps is a library for Go that implements OS-specific APIs to list and manipulate processes in a safe way.") - (license license:expat)))) + (license license:expat))) (define-public go-github-com-apparentlymart-go-openvpn-mgmt (let ((commit "4d2ce95ae600ee04eeb020ee0997aabb82752210")