diff options
| author | Ada Stevenson <adanskana@gmail.com> | 2025-09-07 16:54:55 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-09-24 16:03:23 +0800 |
| commit | b0e4e325ecce537f457a11e2f8067d49e58eb854 (patch) | |
| tree | c03ff63d68da6917c8f5a6f1b5704411b2302988 /gnu/packages/rust-apps.scm | |
| parent | d2007a49b6fd48edf5a6107062c813c51962497c (diff) | |
gnu: rusty: Update to 0.2.0-1.2f406d9.
* gnu/packages/rust-apps.scm (rusty): Update to 0.2.0-1.2f406d9.
Change-Id: I10fefbeb2f8349b7ca01026a0f87e023881cae1c
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 3e0ce0fcb88..ae9134476e3 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -2189,8 +2189,11 @@ touchscreen devices.") (license license:expat))) (define-public rusty - (let ((commit "ce6892169b4c4d8b924eaf4323db4564f722064c") - (revision "0")) + ;; commit before 7b80dee6fefc1f6f012a57e451331db524a8012f, which updates + ;; the rust version to 1.9. After rust has been updated in Guix, we can + ;; continue updating. + (let ((commit "2f406d938f95415c5063e5d3615dae29671b351e") + (revision "1")) (package (name "rusty") (version (git-version "0.2.0" revision commit)) @@ -2202,7 +2205,7 @@ touchscreen devices.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0m0g4xpwb43bh5vzlx9vp69rnhsry6bz8yn0xsvmsa9iwak4sgm5")))) + (base32 "0zsyyh7n4pc5q2dmsn3qcil00m8aw6id8qq2k61j02mz0cm6ylvp")))) (build-system cargo-build-system) (arguments (list |
