guix-commits
[Top][All Lists]
Advanced

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

245/371: gnu: Add rust-botan-src-0.21903.


From: guix-commits
Subject: 245/371: gnu: Add rust-botan-src-0.21903.
Date: Thu, 25 May 2023 10:48:30 -0400 (EDT)

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

commit e18ac84e857bd144b6b541ab13f75e71a161bb40
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 16:30:49 2023 +0300

    gnu: Add rust-botan-src-0.21903.
    
    * gnu/packages/crates-io.scm (rust-botan-src-0.21903): New variable.
    (rust-botan-src-0.21703): Inherit from rust-botan-src-0.21903.
---
 gnu/packages/crates-io.scm | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 337c91fc00..559a30415f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8276,17 +8276,17 @@ programs.")
     (description "FFI wrapper for Botan cryptography library")
     (license license:expat)))
 
-(define-public rust-botan-src-0.21703
+(define-public rust-botan-src-0.21903
   (package
     (name "rust-botan-src")
-    (version "0.21703.0")
+    (version "0.21903.1")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "botan-src" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0s2ad9q84qsrllfsbj7hjhn7gr3hab9ng6lwzwqmimia6yvja8y8"))
+                "19fhll4g0v8hbyjxg8c790l9ln5xgf4r6xdcnw438mpy81hvrdxy"))
               (modules '((guix build utils)))
               (snippet
                '(begin (delete-file-recursively "botan")))))
@@ -8297,6 +8297,22 @@ programs.")
     (description "Sources of Botan cryptography library")
     (license license:expat)))
 
+(define-public rust-botan-src-0.21703
+  (package
+    (inherit rust-botan-src-0.21903)
+    (name "rust-botan-src")
+    (version "0.21703.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "botan-src" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0s2ad9q84qsrllfsbj7hjhn7gr3hab9ng6lwzwqmimia6yvja8y8"))
+              (modules '((guix build utils)))
+              (snippet
+               '(begin (delete-file-recursively "botan")))))))
+
 (define-public rust-boxfnonce-0.1
   (package
     (name "rust-boxfnonce")



reply via email to

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