diff options
| author | Noé Lopez <noelopez@free.fr> | 2026-04-23 19:14:03 +0200 |
|---|---|---|
| committer | Noé Lopez <noelopez@free.fr> | 2026-08-25 01:15:31 +0200 |
| commit | 63d9e3e954f1e9b70888bfb73e5b1daa7188784e (patch) | |
| tree | 5b7f8ce5ea8735c5c568240a1cd6002dc9b175b3 /gnu | |
| parent | dd68423657ee00f2105050ca066e899445d606b8 (diff) | |
gnu: rust-glycin-3: Update to 3.1.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[glycin]:
Update rust dependencies.
* gnu/packages/rust-sources.scm (rust-glycin-3): Update to 3.1.0.
Change-Id: Ib09a7f1ff0014e05ca2524a5aea6900b201f00ba
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/rust-crates.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/rust-sources.scm | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index 52a71695382..d18cc1bbc90 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -13136,11 +13136,9 @@ fn main() { | |||
| 13136 | (crate-source "glutin-winit" "0.5.0" | 13136 | (crate-source "glutin-winit" "0.5.0" |
| 13137 | "13vqsdsyn9ww7sg3cx05jfgbihwn388vp3yb527p5z7qfmqcmvc5")) | 13137 | "13vqsdsyn9ww7sg3cx05jfgbihwn388vp3yb527p5z7qfmqcmvc5")) |
| 13138 | 13138 | ||
| 13139 | (define rust-glycin-3.0.7 package:rust-glycin-3) | 13139 | (define rust-glycin-3.1.0 package:rust-glycin-3) |
| 13140 | 13140 | (define rust-glycin-common-1.0.4 package:rust-glycin-3) | |
| 13141 | (define rust-glycin-common-1.0.3 package:rust-glycin-3) | 13141 | (define rust-glycin-utils-4.1.0 package:rust-glycin-3) |
| 13142 | |||
| 13143 | (define rust-glycin-utils-4.0.4 package:rust-glycin-3) | ||
| 13144 | 13142 | ||
| 13145 | (define rust-gobject-sys-0.10.0 | 13143 | (define rust-gobject-sys-0.10.0 |
| 13146 | (crate-source "gobject-sys" "0.10.0" | 13144 | (crate-source "gobject-sys" "0.10.0" |
diff --git a/gnu/packages/rust-sources.scm b/gnu/packages/rust-sources.scm index 496ff27deaa..57c0f0363ff 100644 --- a/gnu/packages/rust-sources.scm +++ b/gnu/packages/rust-sources.scm | |||
| @@ -1439,18 +1439,18 @@ repository, used as dependencies by codex-acp.") | |||
| 1439 | (define-public rust-glycin-3 | 1439 | (define-public rust-glycin-3 |
| 1440 | (package | 1440 | (package |
| 1441 | (name "rust-glycin") | 1441 | (name "rust-glycin") |
| 1442 | (version "3.0.7") | 1442 | (version "3.1.0") |
| 1443 | (source | 1443 | (source |
| 1444 | (origin | 1444 | (origin |
| 1445 | (method git-fetch) | 1445 | (method git-fetch) |
| 1446 | (uri (git-reference | 1446 | (uri (git-reference |
| 1447 | (url "https://gitlab.gnome.org/GNOME/glycin.git") | 1447 | (url "https://gitlab.gnome.org/GNOME/glycin.git") |
| 1448 | ;; Rust library version is different from the tagged version. | 1448 | ;; Rust library version is different from the tagged version. |
| 1449 | (commit "2.0.7"))) | 1449 | (commit "2.1.1"))) |
| 1450 | (file-name (git-file-name name version)) | 1450 | (file-name (git-file-name name version)) |
| 1451 | (sha256 | 1451 | (sha256 |
| 1452 | (base32 | 1452 | (base32 |
| 1453 | "0v6szxk5h8a4b28xb0lrhqrq6b4vka2ha4qgpdp35f6c49v9pdyp")) | 1453 | "1mrv733xhbxydww4szskv7jc0hif908aavh8h4kjcxp0zgy13blf")) |
| 1454 | (patches (search-patches "glycin-sandbox-Adapt-bwrap-invocation.patch")))) | 1454 | (patches (search-patches "glycin-sandbox-Adapt-bwrap-invocation.patch")))) |
| 1455 | (build-system cargo-build-system) | 1455 | (build-system cargo-build-system) |
| 1456 | (arguments | 1456 | (arguments |
