mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: diffoscope: Remove redundant let binding.
* gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.
This commit is contained in:
parent
98a76dd8f3
commit
a0e5111eb1
1 changed files with 157 additions and 158 deletions
|
@ -70,10 +70,9 @@ (define-module (gnu packages diffoscope)
|
|||
#:use-module (ice-9 match))
|
||||
|
||||
(define-public diffoscope
|
||||
(let ((version "145"))
|
||||
(package
|
||||
(name "diffoscope")
|
||||
(version version)
|
||||
(version "145")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -234,7 +233,7 @@ (define-public diffoscope
|
|||
Diffoscope has many optional dependencies; @code{diffoscope
|
||||
--list-missing-tools guix} will display optional packages to
|
||||
install.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public reprotest
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue