Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: spice-protocol: Update to 0.14.3. | 05e9a46347649b8b5014118a8574fe2e4d210d76 | Tobias Geerinckx-Rice | 2020-10-06 00:35:12 |
gnu: Fix up package copyright headers. | 6c273ee4332ff537aff05eafa276c64018eb15dc | Tobias Geerinckx-Rice | 2020-10-06 00:03:42 |
gnu: libshout: Update to 2.4.4. | d3b9cbd9c8728f977aa12708d0b034e609f07436 | Tobias Geerinckx-Rice | 2020-10-05 19:29:33 |
gnu: vlang: Run mosts tests. | ec7da7d6289eac9d4aa69be8c0666605725d2333 | Tobias Geerinckx-Rice | 2020-10-05 23:02:53 |
gnu: vlang: Update to 0.1.29. | 84fa2ced47e16de66674ca169845a6f08cb5ef6c | Tobias Geerinckx-Rice | 2020-10-05 23:01:33 |
gnu: execline: Update to 2.6.1.1. | 4af2cef5e9194e59f252dc6247c35292d42a2dd3 | Tobias Geerinckx-Rice | 2020-10-05 22:01:22 |
gnu: skalibs: Update to 2.9.3.0. | f4dfdacebe1ddd622f7126a3aa29fa9ad7ffd100 | Tobias Geerinckx-Rice | 2020-10-05 22:01:16 |
gnu: libde265: Update to 1.0.7. | 0141d046b86182a9421530da41bbdccca98a37a1 | Tobias Geerinckx-Rice | 2020-10-05 21:58:47 |
gnu: vim: Update to 8.2.1801. | f4f2a1e9c6fca571b3de2d27075188d4a3ace633 | Tobias Geerinckx-Rice | 2020-10-05 21:53:29 |
gnu: youtube-viewer: Update to 3.7.9. | 0d7c75f0b81646c45e1afee1f8298b5e0274dd26 | Tobias Geerinckx-Rice | 2020-10-05 20:56:44 |
gnu: r-tclust: Update to 1.4-2. | e02babf4c5ff510537032cac8233f2775fc73843 | Ricardo Wurmus | 2020-10-05 20:46:41 |
gnu: r-car: Update to 3.0-10. | c2d80d4ca984b2e95d88e93cb7e3a48719f6495d | Ricardo Wurmus | 2020-10-05 20:46:38 |
gnu: r-quantreg: Update to 5.73. | 58ad14b049fc1f4562fd698fe8f1d2b915ffafaf | Ricardo Wurmus | 2020-10-05 20:46:35 |
gnu: r-fpc: Update to 2.2-8. | 32c573e3fd7893d383a1e4b1a73911d5290ae9ac | Ricardo Wurmus | 2020-10-05 20:46:32 |
gnu: r-gplots: Update to 3.1.0. | 07d6afb6957694dcfd3a451bfb3cb8f75e4eeda7 | Ricardo Wurmus | 2020-10-05 20:46:29 |
gnu: r-matrixstats: Update to 0.57.0. | d92b3555bd24901b139e5b2f1d55e5394aad85e9 | Ricardo Wurmus | 2020-10-05 20:46:24 |
gnu: r-rsqlite: Update to 2.2.1. | 16d41d0d659b05821bf51ac7059b41ff0d7b787e | Ricardo Wurmus | 2020-10-05 20:46:21 |
gnu: r-rmarkdown: Update to 2.4. | 4e8129f8fb31eeb1f865fa8829847f2d0a9adf19 | Ricardo Wurmus | 2020-10-05 20:46:17 |
gnu: r-readr: Update to 1.4.0. | 5ebca6a3b7c6cfc183797cabf4dac62fb39e90c1 | Ricardo Wurmus | 2020-10-05 20:46:13 |
gnu: r-withr: Update to 2.3.0. | e759d6b86db69bb6698631c2f099d5a5d63a86a8 | Ricardo Wurmus | 2020-10-05 20:46:05 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/spice.scm | 2 | 2 |
File gnu/packages/spice.scm changed (mode: 100644) (index 4b4c673a9d..2fb587aa7a) | |||
... | ... | system to use the host GPU to accelerate 3D rendering.") | |
102 | 102 | (define-public spice-protocol | (define-public spice-protocol |
103 | 103 | (package | (package |
104 | 104 | (name "spice-protocol") | (name "spice-protocol") |
105 | (version "0.14.2") | ||
105 | (version "0.14.3") | ||
106 | 106 | (source (origin | (source (origin |
107 | 107 | (method url-fetch) | (method url-fetch) |
108 | 108 | (uri (string-append | (uri (string-append |
... | ... | system to use the host GPU to accelerate 3D rendering.") | |
110 | 110 | "spice-protocol-" version ".tar.xz")) | "spice-protocol-" version ".tar.xz")) |
111 | 111 | (sha256 | (sha256 |
112 | 112 | (base32 | (base32 |
113 | "1sgi9ksb781qs47pdbw0bmnyg8dgayn5xrzj6vzdy043nv466flg")))) | ||
113 | "0yj8k7gcirrsf21w0q6146n5g4nzn2pqky4p90n5760m5ayfb1pr")))) | ||
114 | 114 | (build-system meson-build-system) | (build-system meson-build-system) |
115 | 115 | (arguments | (arguments |
116 | 116 | `(#:phases | `(#:phases |