[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/33: gnu: go-github-com-mattn-go-pointer: Update to 0.0.1.
From: |
guix-commits |
Subject: |
22/33: gnu: go-github-com-mattn-go-pointer: Update to 0.0.1. |
Date: |
Sat, 6 Apr 2024 08:27:47 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 490d31d7fd5706269260fac5e240ce65de71530e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Apr 6 09:57:13 2024 +0100
gnu: go-github-com-mattn-go-pointer: Update to 0.0.1.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-pointer): Update to
0.0.1.
Change-Id: I8a3d5f1cf5e8ae96e7c506ca1d28ee7c95a680ff
---
gnu/packages/golang-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4951afe687..f30912aaa4 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1843,20 +1843,18 @@ whether a file descriptor points to a terminal and the
type of the terminal.")
(license license:expat)))
(define-public go-github-com-mattn-go-pointer
- (let ((commit "a0a44394634f41e4992b173b24f14fecd3318a67")
- (revision "1"))
(package
(name "go-github-com-mattn-go-pointer")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mattn/go-pointer")
- (commit commit)))
+ (commit (string-append "v" version))))
(sha256
(base32
- "09w7hcyc0zz2g23vld6jbcmq4ar27xakp1ldjvh549i5izf2anhz"))
+ "1px9kj2xwwi7r00qxxpidr23xi823kw0pkd6f50lib8bp60x3n7p"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments
@@ -1865,7 +1863,7 @@ whether a file descriptor points to a terminal and the
type of the terminal.")
(synopsis "Utility for cgo")
(description
"This package allows for a cgo argument to be passed a Go pointer.")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-mattn-go-runewidth
(package
- 27/33: gnu: lf: Refresh package style., (continued)
- 27/33: gnu: lf: Refresh package style., guix-commits, 2024/04/06
- 10/33: gnu: Add go-github-com-modern-go-concurrent., guix-commits, 2024/04/06
- 05/33: gnu: Add go-github-com-google-pprof., guix-commits, 2024/04/06
- 18/33: gnu: go-github-com-mattn-go-sqlite3: Move to golang-xyz., guix-commits, 2024/04/06
- 16/33: gnu: go-github-com-mattn-go-pointer: Move to golang-xyz., guix-commits, 2024/04/06
- 24/33: gnu: go-github-com-songmu-gitconfig: Update to 0.1.1., guix-commits, 2024/04/06
- 25/33: gnu: Add go-github-com-djherbis-times., guix-commits, 2024/04/06
- 30/33: gnu: tz: Refresh package style., guix-commits, 2024/04/06
- 28/33: gnu: Add go-github-com-tkuchiki-go-timezone., guix-commits, 2024/04/06
- 31/33: gnu: countdown: Update to 1.5.0., guix-commits, 2024/04/06
- 22/33: gnu: go-github-com-mattn-go-pointer: Update to 0.0.1.,
guix-commits <=
- 26/33: gnu: lf: Update to 31., guix-commits, 2024/04/06
- 15/33: gnu: go-github-com-mattn-go-colorable: Move to golang-xyz., guix-commits, 2024/04/06
- 23/33: gnu: go-github-com-mattn-go-pointer: Fix indentation., guix-commits, 2024/04/06
- 32/33: gnu: countdown: Remove input labels., guix-commits, 2024/04/06
- 13/33: gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz., guix-commits, 2024/04/06
- 33/33: gnu: packages: backup: Sort use-module alphabetically., guix-commits, 2024/04/06