guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-gfa-0.10: Update to 0.10.1.


From: guix-commits
Subject: branch master updated: gnu: rust-gfa-0.10: Update to 0.10.1.
Date: Wed, 16 Nov 2022 05:48:02 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 785fd09af0 gnu: rust-gfa-0.10: Update to 0.10.1.
785fd09af0 is described below

commit 785fd09af0e161906e984944ddae363c384b66dd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 16 12:00:25 2022 +0200

    gnu: rust-gfa-0.10: Update to 0.10.1.
    
    * gnu/packages/crates-io.scm (rust-gfa-0.10): Update to 0.10.1.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1118ebbc35..792779a28f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23244,7 +23244,7 @@ getters and setters on fields.")
 (define-public rust-gfa-0.10
   (package
     (name "rust-gfa")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
       (origin
         (method url-fetch)
@@ -23253,7 +23253,7 @@ getters and setters on fields.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1hadm6vfjwyqw41bqci18wb4wv80rydmrag7a5c02pdp1gid14fw"))))
+          "1x996rpfnflgi2j4dgaj5sdxdbf24zfm9d2ha0zy8aid0cd60cln"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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