mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: josm: Update to 18193.
* gnu/packages/geo.scm (josm): Update to 18193.
This commit is contained in:
parent
1ff1cd2ed8
commit
5c5e9d4e50
1 changed files with 2 additions and 2 deletions
|
@ -1407,7 +1407,7 @@ (define-public java-opening-hours-parser
|
|||
(define-public josm
|
||||
(package
|
||||
(name "josm")
|
||||
(version "18118")
|
||||
(version "18193")
|
||||
(source (origin
|
||||
(method svn-fetch)
|
||||
(uri (svn-reference
|
||||
|
@ -1416,7 +1416,7 @@ (define-public josm
|
|||
(recursive? #f)))
|
||||
(sha256
|
||||
(base32
|
||||
"0109ddpxilm7f57n1kl4nf4lw0lh7jfmhfwf724nzlcz4k23mrs0"))
|
||||
"162hdck29bkag1d97nisx8v7395pdw00bl7nf0p02hr30fc1fcrh"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue