diff options
| author | Clément Lassieur <clement@lassieur.org> | 2021-09-08 11:49:51 +0200 |
|---|---|---|
| committer | Clément Lassieur <clement@lassieur.org> | 2021-09-08 11:49:51 +0200 |
| commit | 5c5e9d4e50af20042947b6b55e462a25b9d8cfc7 (patch) | |
| tree | f9bb1d08b0a85f8c51082935f764b80bacd607f3 /gnu | |
| parent | 1ff1cd2ed8e17735d70998e23ed1734a7243ccb2 (diff) | |
gnu: josm: Update to 18193.
* gnu/packages/geo.scm (josm): Update to 18193.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index bf864f246c0..791fd5f1b6d 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm | |||
| @@ -1407,7 +1407,7 @@ to the OSM opening hours specification.") | |||
| 1407 | (define-public josm | 1407 | (define-public josm |
| 1408 | (package | 1408 | (package |
| 1409 | (name "josm") | 1409 | (name "josm") |
| 1410 | (version "18118") | 1410 | (version "18193") |
| 1411 | (source (origin | 1411 | (source (origin |
| 1412 | (method svn-fetch) | 1412 | (method svn-fetch) |
| 1413 | (uri (svn-reference | 1413 | (uri (svn-reference |
| @@ -1416,7 +1416,7 @@ to the OSM opening hours specification.") | |||
| 1416 | (recursive? #f))) | 1416 | (recursive? #f))) |
| 1417 | (sha256 | 1417 | (sha256 |
| 1418 | (base32 | 1418 | (base32 |
| 1419 | "0109ddpxilm7f57n1kl4nf4lw0lh7jfmhfwf724nzlcz4k23mrs0")) | 1419 | "162hdck29bkag1d97nisx8v7395pdw00bl7nf0p02hr30fc1fcrh")) |
| 1420 | (file-name (string-append name "-" version "-checkout")) | 1420 | (file-name (string-append name "-" version "-checkout")) |
| 1421 | (modules '((guix build utils))) | 1421 | (modules '((guix build utils))) |
| 1422 | (snippet | 1422 | (snippet |
