Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: grass: Update to 7.8.4. | bcf9732059d4463e136f5f21e2784e4bc3fe6dee | Tobias Geerinckx-Rice | 2020-10-16 15:48:29 |
gnu: containerd: Don't 'chdir' in build phases. | 719246a51d47263c3b424a782d9703f59ce9fdc3 | Oleg Pykhalov | 2020-10-16 17:02:51 |
gnu: iproute2: Update to 5.9.0. | 1e39c865928fdf4166d152a49e789b26d99fca71 | Tobias Geerinckx-Rice | 2020-10-16 15:27:01 |
gnu: make-lua-ossl: Fix bogus use of DESTDIR. | 88a099636fb1db32655380a24c698cf0aa6f78a4 | Tobias Geerinckx-Rice | 2020-10-16 15:15:24 |
gnu: multitail: Edit synopsis & description. | d96241547dba3e4ab454dfd58257a4f411c5a041 | Tobias Geerinckx-Rice | 2020-10-16 15:07:18 |
gnu: multitail: Cross-compile. | c887f7b3b85a2877926746110b9b394ce21212c7 | Tobias Geerinckx-Rice | 2020-10-16 15:04:47 |
gnu: multitail: Remove bogus use of DESTDIR. | 7b2b01e38984b23dca44b6d7e87a8f73a671f87c | Tobias Geerinckx-Rice | 2020-10-16 15:03:37 |
gnu: dstat: Fix bogus use of DESTDIR. | 5c8e8bc556c32c1b6ead1638e4e7886f87acf255 | Tobias Geerinckx-Rice | 2020-10-16 14:56:58 |
gnu: filters: Fix bogus use of DESTDIR. | 544672029213ae5ec79e2083a50e0e83edff18a6 | Tobias Geerinckx-Rice | 2020-10-16 14:52:18 |
gnu: filters: Fix repository URL. | dae2ac513d1e2eb242240ecd1551a700d20f54f5 | Tobias Geerinckx-Rice | 2020-10-16 14:49:02 |
gnu: filters: Replace git commit with equivalent tag. | d7b83e2f8d8afebfb301db2e40b2f56e382d0510 | Tobias Geerinckx-Rice | 2020-10-16 14:47:41 |
gnu: filters: Prepare for cross-compilation. | 834ab06477ff06ae8b3660bb6296ad0739036356 | Tobias Geerinckx-Rice | 2020-10-16 14:45:44 |
gnu: vim: Update to 8.2.1852. | 95328851aee375d9582a9fbf5c69e52dd15c06cd | Tobias Geerinckx-Rice | 2020-10-16 14:45:20 |
gnu: gpxsee: Update to 7.34. | eec4def4f6a4e6e67db96c8acfc5327d2c6d64d6 | Tobias Geerinckx-Rice | 2020-10-16 14:39:37 |
gnu: spread-sheet-widget: Update to 0.7. | 4d998aa643be1011315cba636e53e82fb5f8437e | Tobias Geerinckx-Rice | 2020-10-16 14:34:18 |
gnu: ethtool: Update to 5.9. | f6a0b54e9de1538b29bbaac666dcd75b06cb16cf | Tobias Geerinckx-Rice | 2020-10-16 04:45:50 |
gnu: ndctl: Update to 70.1. | 9e64b3bcec0382fc890b6163d421aaa91d844e6a | Tobias Geerinckx-Rice | 2020-10-16 04:27:24 |
gnu: libostree: Update to 2020.7. | 295d969c3899794bb27c1e296b583d1cc2ef5324 | Tobias Geerinckx-Rice | 2020-10-16 04:45:40 |
gnu: python-sqlalchemy: Update to 1.3.20. | 7969a6adf38bd8d6dcdf83575f28e57200cb4976 | Tobias Geerinckx-Rice | 2020-10-16 13:08:22 |
gnu: tintin++: Update to 2.02.04. | 214ff8f6dbe95de95918b56ee7ad19d2a7c99faf | Tobias Geerinckx-Rice | 2020-10-16 12:03:36 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/geo.scm | 2 | 2 |
File gnu/packages/geo.scm changed (mode: 100644) (index 84d1bd981f..b094b55c2a) | |||
... | ... | track your position right from your laptop.") | |
1761 | 1761 | license:zlib)))) | license:zlib)))) |
1762 | 1762 | ||
1763 | 1763 | (define-public grass | (define-public grass |
1764 | (let* ((version "7.8.2") | ||
1764 | (let* ((version "7.8.4") | ||
1765 | 1765 | (majorminor (string-join (list-head (string-split version #\.) 2) "")) | (majorminor (string-join (list-head (string-split version #\.) 2) "")) |
1766 | 1766 | (grassxx (string-append "grass" majorminor))) | (grassxx (string-append "grass" majorminor))) |
1767 | 1767 | (package | (package |
... | ... | track your position right from your laptop.") | |
1773 | 1773 | (uri (string-append "https://grass.osgeo.org/" grassxx | (uri (string-append "https://grass.osgeo.org/" grassxx |
1774 | 1774 | "/source/grass-" version ".tar.gz")) | "/source/grass-" version ".tar.gz")) |
1775 | 1775 | (sha256 | (sha256 |
1776 | (base32 "1fwsm99kz0bxvjk7442qq1h45ikrmhba8bqclafb61gqg1q6ymrk")))) | ||
1776 | (base32 "1yfghvp522ijww3n3l5xarjbc21rm0gmlgr3lvwxrv23bvxmllyr")))) | ||
1777 | 1777 | (build-system gnu-build-system) | (build-system gnu-build-system) |
1778 | 1778 | (inputs | (inputs |
1779 | 1779 | `(("bzip2" ,bzip2) | `(("bzip2" ,bzip2) |