guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

109/113: gnu: rust-gir-format-check-0.1: Update to 0.1.3.


From: guix-commits
Subject: 109/113: gnu: rust-gir-format-check-0.1: Update to 0.1.3.
Date: Mon, 22 Jan 2024 04:30:46 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 69c4d096476e398fd72b6bdc236b482a5428c91c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 11:21:15 2024 +0200

    gnu: rust-gir-format-check-0.1: Update to 0.1.3.
    
    * gnu/packages/crates-gtk.scm (rust-gir-format-check-0.1): Update to
    0.1.3.
    
    Change-Id: I4aa1f20d3df045263cd05d54ff96de25f58e71bf
---
 gnu/packages/crates-gtk.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-gtk.scm b/gnu/packages/crates-gtk.scm
index 987ccd5dc2..f299f10ee8 100644
--- a/gnu/packages/crates-gtk.scm
+++ b/gnu/packages/crates-gtk.scm
@@ -1386,16 +1386,14 @@
 (define-public rust-gir-format-check-0.1
   (package
     (name "rust-gir-format-check")
-    (version "0.1.1")
+    (version "0.1.3")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "gir-format-check" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "0znl4qcgmg0656zk9vjkwdn9wj1zpkd0m0l5jnzmahd80ii7vf4b"))))
+         (base32 "05n4g8yqkyzrnxbqyrkjqjxsfxdy3q78jk0ny54ffv2qm09sjp9s"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/gtk-rs/gir-format-check";)
     (synopsis "File format checker")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]