mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-natefinch-atomic.
* gnu/packages/golang-xyz.scm (go-github-com-natefinch-atomic): New variable. Change-Id: Iac7feb25f41a3305e6df471975bf570ae1b74c2b
This commit is contained in:
parent
91513889ca
commit
b0d44b0aa4
1 changed files with 24 additions and 0 deletions
|
@ -15283,6 +15283,30 @@ varints.")
|
||||||
@url{https://firebirdsql.org/, Firebird} RDBMS.")
|
@url{https://firebirdsql.org/, Firebird} RDBMS.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-natefinch-atomic
|
||||||
|
(package
|
||||||
|
(name "go-github-com-natefinch-atomic")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/natefinch/atomic")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0y1hr9smjfwp3zgn8s9njp84x9m42x3a7f1h2q7qyd0i5hf9bcvx"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/natefinch/atomic"))
|
||||||
|
(home-page "https://github.com/natefinch/atomic")
|
||||||
|
(synopsis "Atomic file writing in Golang")
|
||||||
|
(description
|
||||||
|
"This package provides functions to atomically change files, by writing
|
||||||
|
first to a temp file, and then overwriting the target file in an atomic way.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-nathan-osman-go-sunrise
|
(define-public go-github-com-nathan-osman-go-sunrise
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-nathan-osman-go-sunrise")
|
(name "go-github-com-nathan-osman-go-sunrise")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue