mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: go-github-com-nwaples-rardecode-v2: Rename variable.
* gnu/packages/golang-compression.scm (go-github-com-nwaples-rardecode-v2): Rename as seen in go.mod to go-github-com-nwaples-rardecode. Change-Id: Id492ee6c4e5aebdbec9487b6990e2c5fa5dfe62c
This commit is contained in:
parent
6a7d5cda17
commit
f9a3d7a3d7
1 changed files with 2 additions and 2 deletions
|
@ -168,9 +168,9 @@ (define-public go-github-com-klauspost-pgzip
|
|||
time, as otherwise the internal gzip library will likely be faster.")
|
||||
(license (list license:bsd-3 license:expat))))
|
||||
|
||||
(define-public go-github-com-nwaples-rardecode-v2
|
||||
(define-public go-github-com-nwaples-rardecode
|
||||
(package
|
||||
(name "go-github-com-nwaples-rardecode-v2")
|
||||
(name "go-github-com-nwaples-rardecode")
|
||||
(version "2.0.0-beta.2")
|
||||
(source
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue