guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: maths: Remove a duplicate module import.


From: guix-commits
Subject: branch master updated: gnu: maths: Remove a duplicate module import.
Date: Mon, 07 Aug 2023 11:27:04 -0400

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

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c47f5587a2 gnu: maths: Remove a duplicate module import.
c47f5587a2 is described below

commit c47f5587a23d6780ad6cae31b56d2d05d446c5c0
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Aug 7 17:25:27 2023 +0200

    gnu: maths: Remove a duplicate module import.
    
    Reported-by: Andy Tai <atai@atai.org>
    
    * gnu/packages/maths.scm: Remove duplicate line.
---
 gnu/packages/maths.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0d74a2a55c..6fceddb4ad 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -82,7 +82,6 @@
   #:use-module (ice-9 match)
   #:use-module (gnu packages)
   #:use-module ((guix licenses) #:prefix license:)
-  #:use-module (guix gexp)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)



reply via email to

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