Browse Source
gnu: josm: Update to 15937.
* gnu/packages/geo.scm (josm): Update to 15937.
version-1.1.0
Julien Lepiller
2 years ago
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with
2 additions and
2 deletions
-
gnu/packages/geo.scm
|
|
@ -1127,7 +1127,7 @@ an independent project by the JOSM team.") |
|
|
|
(define-public josm |
|
|
|
(package |
|
|
|
(name "josm") |
|
|
|
(version "15553") |
|
|
|
(version "15937") |
|
|
|
(source (origin |
|
|
|
(method svn-fetch) |
|
|
|
(uri (svn-reference |
|
|
@ -1136,7 +1136,7 @@ an independent project by the JOSM team.") |
|
|
|
(recursive? #f))) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"091pbcn4fnmk42fmxplhis3nw5dbljf6ws8acyhx5dflyn49xzmx")) |
|
|
|
"00b8sw0wgkcf7xknmdpn5s521ax8x2660figidcrry37sgq3x946")) |
|
|
|
(file-name (string-append name "-" version "-checkout")) |
|
|
|
(modules '((guix build utils))) |
|
|
|
(snippet |
|
|
|