mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
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
This commit is contained in:
parent
7ccfb16581
commit
7eb566aead
1 changed files with 3 additions and 5 deletions
|
@ -2144,18 +2144,16 @@ web browsing activities based on HTTP Upgrade (HTTPT).")
|
||||||
(license license:bsd-2))))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
(define-public go-github-com-keybase-go-ps
|
(define-public go-github-com-keybase-go-ps
|
||||||
(let ((commit "91aafc93ba19d1988cff338c1929d35b6c6f5b50")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-keybase-go-ps")
|
(name "go-github-com-keybase-go-ps")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20190827175125-91aafc93ba19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://github.com/keybase/go-ps")
|
(url "https://github.com/keybase/go-ps")
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1la7m9pd1rrij727g34k9d2iapqwrkwdkqwpkbsbcq8ig0fg634h"))))
|
(base32 "1la7m9pd1rrij727g34k9d2iapqwrkwdkqwpkbsbcq8ig0fg634h"))))
|
||||||
|
@ -2179,7 +2177,7 @@ web browsing activities based on HTTP Upgrade (HTTPT).")
|
||||||
(synopsis "Process list library for Go")
|
(synopsis "Process list library for Go")
|
||||||
(description "Go-Ps is a library for Go that implements OS-specific APIs
|
(description "Go-Ps is a library for Go that implements OS-specific APIs
|
||||||
to list and manipulate processes in a safe way.")
|
to list and manipulate processes in a safe way.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-apparentlymart-go-openvpn-mgmt
|
(define-public go-github-com-apparentlymart-go-openvpn-mgmt
|
||||||
(let ((commit "4d2ce95ae600ee04eeb020ee0997aabb82752210")
|
(let ((commit "4d2ce95ae600ee04eeb020ee0997aabb82752210")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue