guix-commits
[Top][All Lists]
Advanced

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

241/379: gnu: Add rust-botan-src-0.21903.


From: guix-commits
Subject: 241/379: gnu: Add rust-botan-src-0.21903.
Date: Thu, 29 Jun 2023 12:34:40 -0400 (EDT)

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

commit 2a31ddf91d88feadd8ab11971b7aafa2f3885bff
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 582b47cbbc..527f309837 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]