mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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))
|
#:use-module (ice-9 match))
|
||||||
|
|
||||||
(define-public diffoscope
|
(define-public diffoscope
|
||||||
(let ((version "145"))
|
|
||||||
(package
|
(package
|
||||||
(name "diffoscope")
|
(name "diffoscope")
|
||||||
(version version)
|
(version "145")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -234,7 +233,7 @@ (define-public diffoscope
|
||||||
Diffoscope has many optional dependencies; @code{diffoscope
|
Diffoscope has many optional dependencies; @code{diffoscope
|
||||||
--list-missing-tools guix} will display optional packages to
|
--list-missing-tools guix} will display optional packages to
|
||||||
install.")
|
install.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public reprotest
|
(define-public reprotest
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue