From 008811aef61626fea834bcd74b5a8575f03e088d Mon Sep 17 00:00:00 2001 From: Sarah Morgensen Date: Thu, 15 Feb 2024 20:52:00 +0000 Subject: gnu: go-github-com-mattn-go-shellwords: Update to 1.0.12. * gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): Update to 1.0.12. Signed-off-by: Sharlatan Hellseher Change-Id: Idc4cfdcddacce007cd2d4ba1274a7752a25756e3 --- gnu/packages/golang.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 05989bf287..c9cae358ac 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6057,22 +6057,19 @@ exploration and data entry.") (license license:expat))) (define-public go-github-com-mattn-go-shellwords - (let ((commit "2444a32a19f450fabaa0bb3e96a703f15d9a97d2") - (version "1.0.5") - (revision "1")) (package (name "go-github-com-mattn-go-shellwords") - (version (git-version version revision commit)) + (version "1.0.12") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/mattn/go-shellwords") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "08zcgr1az1n8zaxzwdd205j86hczgyc52nxfnw5avpw7rrkf7v0d")))) + "0l0l5s4hlsrm4z6hygig2pp1qirk5ycrzn9z27ay3yvg9k7zafzx")))) (build-system go-build-system) (arguments `(#:import-path "github.com/mattn/go-shellwords" @@ -6098,7 +6095,7 @@ exploration and data entry.") (synopsis "Parse lines into shell words") (description "This package parses text into shell arguments. Based on the @code{cpan} module @code{Parse::CommandLine}.") - (license license:expat)))) + (license license:expat))) (define-public go-github-com-burntsushi-locker (let ((commit "a6e239ea1c69bff1cfdb20c4b73dadf52f784b6a") -- cgit v1.2.3 ='txt' type='search' size='10' name='q' value=''/>
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-02-11 16:57:38 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-02-11 20:23:12 +0200
commit449f25a2580916d2a824894e30bf7eec4f9f08bb (patch)
treebf669a2ec277216602d54cf2d254342b6bae0278 /gnu/packages/parallel.scm
parenta177e6d0b57ac9238dc59d2439e93dd884b8daa8 (diff)
downloadguix-449f25a2580916d2a824894e30bf7eec4f9f08bb.tar.gz
guix-449f25a2580916d2a824894e30bf7eec4f9f08bb.zip
gnu: rust-numtoa-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-numtoa-0.1)[arguments]: Skip tests. [properties]: Remove field.
Diffstat (limited to 'gnu/packages/parallel.scm')
0 files changed, 0 insertions, 0 deletions