guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-1.64: Don't make package public.


From: guix-commits
Subject: branch master updated: gnu: rust-1.64: Don't make package public.
Date: Wed, 13 Dec 2023 03:39:24 -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 5f812344d2 gnu: rust-1.64: Don't make package public.
5f812344d2 is described below

commit 5f812344d293e5faaca44eeaab3b889fa6cb7e33
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 13 10:08:43 2023 +0200

    gnu: rust-1.64: Don't make package public.
    
    * gnu/packages/rust.scm (rust-1.64): Use define, not define-public.
    
    Change-Id: I475e8b1028a716f1d04a4aea5da4d6e7ca2a87d7
---
 gnu/packages/rust.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index cfa9233911..ea95d27476 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -664,7 +664,7 @@ safety and thread safety guarantees.")
   (rust-bootstrapped-package
    rust-1.62 "1.63.0" "1l4rrbzhxv88pnfq94nbyb9m6lfnjwixma3mwjkmvvs2aqlq158z"))
 
-(define-public rust-1.64
+(define rust-1.64
   (let ((base-rust
          (rust-bootstrapped-package
           rust-1.63 "1.64.0" 
"018j720b2n12slp4xk64jc6shkncd46d621qdyzh2a8s3r49zkdk")))



reply via email to

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