guix-commits
[Top][All Lists]
Advanced

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

38/65: gnu: rust-urlocator-0.1: Update to 0.1.3.


From: guix-commits
Subject: 38/65: gnu: rust-urlocator-0.1: Update to 0.1.3.
Date: Thu, 9 Jul 2020 10:02:10 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dac0b1639e84861d76de10e41b2f37198af61322
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 9 14:43:04 2020 +0300

    gnu: rust-urlocator-0.1: Update to 0.1.3.
    
    * gnu/packages/crates-io.scm (rust-urlocator-0.1): Update to 0.1.3.
---
 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 a78b952..5d5bf6b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26869,7 +26869,7 @@ untrusted inputs in Rust.")
 (define-public rust-urlocator-0.1
  (package
    (name "rust-urlocator")
-   (version "0.1.2")
+   (version "0.1.3")
    (source
     (origin
       (method url-fetch)
@@ -26878,7 +26878,7 @@ untrusted inputs in Rust.")
        (string-append name "-" version ".tar.gz"))
       (sha256
        (base32
-        "1xzhwmqrqyk8p3s5npqpidrn0gjapqx5fshrx633fk56j7cm8qm1"))))
+        "0r5ig00np3svjpvb1gha3ni798cwj2w7rnlwrc8jrrw7bvlb2yri"))))
    (build-system cargo-build-system)
    (home-page "https://github.com/chrisduerr/urlocator.git";)
    (synopsis "Locate URLs in character streams")



reply via email to

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