[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: go-github-com-blang-semver: Fix indentation.
From: |
guix-commits |
Subject: |
02/09: gnu: go-github-com-blang-semver: Fix indentation. |
Date: |
Fri, 15 Mar 2024 20:03:54 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit f59f85bdeb1b12225e2a5e4bc3085ab5ff3d70eb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Feb 28 20:54:38 2024 +0000
gnu: go-github-com-blang-semver: Fix indentation.
* gnu/packages/golang-xyz.scm (go-github-com-blang-semver): Fix
indentation.
Change-Id: I9b5e792f2ef859ad7a9d799ba1e369f96e53294b
---
gnu/packages/golang-xyz.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 5734a50c95..425a6f15af 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -285,26 +285,26 @@ information and periodically output metrics")
(license license:expat)))
(define-public go-github-com-blang-semver
- (package
- (name "go-github-com-blang-semver")
- (version "3.8.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/blang/semver")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/blang/semver"))
- (home-page "https://github.com/blang/semver")
- (synopsis "Semantic versioning library written in Go")
- (description
- "Semver is a library for Semantic versioning written in Go.")
- (license license:expat)))
+ (package
+ (name "go-github-com-blang-semver")
+ (version "3.8.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/blang/semver")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "16s66zbfkn35msmxpkiwf5dv91kzw7yzxzkcv8ma44j7lbgzx5qk"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/blang/semver"))
+ (home-page "https://github.com/blang/semver")
+ (synopsis "Semantic versioning library written in Go")
+ (description
+ "Semver is a library for Semantic versioning written in Go.")
+ (license license:expat)))
(define-public go-github-com-bmizerany-perks-quantile
(package
- branch master updated (868e21bb76 -> 6f05c96f96), guix-commits, 2024/03/15
- 01/09: gnu: go-github-com-blang-semver: Update to 3.8.0., guix-commits, 2024/03/15
- 09/09: gnu: go-github-com-bwesterb-go-ristretto: Move to golang-crypto., guix-commits, 2024/03/15
- 05/09: gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1., guix-commits, 2024/03/15
- 02/09: gnu: go-github-com-blang-semver: Fix indentation.,
guix-commits <=
- 03/09: gnu: Add go-github-com-blang-semver-v4., guix-commits, 2024/03/15
- 04/09: gnu: kubo: Sort inputs alphabetically., guix-commits, 2024/03/15
- 06/09: gnu: go-github-com-beorn7-perks-quantile: Fix indentation., guix-commits, 2024/03/15
- 07/09: gnu: kubo: Unbundle more packages., guix-commits, 2024/03/15
- 08/09: gnu: go-github-com-beorn7-perks-quantile: Move to golang-xyz., guix-commits, 2024/03/15