mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: go-github-com-mitchellh-hashstructure: Fix variable name.
* gnu/packages/golang-crypto.scm (go-github-com-mitchellh-hashstructure): Rename variable to go-github-com-mitchellh-hashstructure-v2 to reflect go.mod import path. Change-Id: I4132dd42d9ce01010d646713cccf80d6af902353
This commit is contained in:
parent
0c28553113
commit
ad8be1c14e
1 changed files with 2 additions and 2 deletions
|
|
@ -1809,9 +1809,9 @@ Architecture Processors\" by J. Guilford et al.")
|
|||
;; XXX: Deprecated in upstream: This repository has been archived by the owner
|
||||
;; on Jul 22, 2024. It is now read-only.
|
||||
;; Consider to remove when nothing is depend on it.
|
||||
(define-public go-github-com-mitchellh-hashstructure
|
||||
(define-public go-github-com-mitchellh-hashstructure-v2
|
||||
(package
|
||||
(name "go-github-com-mitchellh-hashstructure")
|
||||
(name "go-github-com-mitchellh-hashstructure-v2")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue