mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: unison: Update to 2.53.5.
* gnu/packages/ocaml.scm (unison): Update to 2.53.5. Change-Id: I1e0cdeb8b27fbaf14ab3ab0a831dd08b88639359
This commit is contained in:
parent
594419b09e
commit
6fdea8ed91
1 changed files with 2 additions and 2 deletions
|
@ -1503,7 +1503,7 @@ (define-public binsec
|
|||
(define-public unison
|
||||
(package
|
||||
(name "unison")
|
||||
(version "2.53.3")
|
||||
(version "2.53.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1512,7 +1512,7 @@ (define-public unison
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05ihxk1yynw08586i06w19xab9r24h9hr6v9bknqm98qrlshm92w"))))
|
||||
"1fy4c1wb6xn9gxdabs25yajbzik3amifyr7nzd4d9vn6r3gll9sw"))))
|
||||
(build-system dune-build-system)
|
||||
(propagated-inputs (list lablgtk3 zlib))
|
||||
(native-inputs (list ghostscript (texlive-updmap.cfg '()) hevea lynx which))
|
||||
|
|
Loading…
Reference in a new issue