[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/35: gnu: Remove libtommath-1.0.
From: |
guix-commits |
Subject: |
34/35: gnu: Remove libtommath-1.0. |
Date: |
Mon, 4 Mar 2024 04:53:42 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c11e49d2316a8c5a1b3653f775a31e7fc5fb2e2c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 4 09:37:35 2024 +0200
gnu: Remove libtommath-1.0.
* gnu/packages/multiprecision.scm (libtommath-1.0): Delete variable.
Change-Id: I8da3c4b16470ea24e89216644d84350e07b7dd63
---
gnu/packages/multiprecision.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 591170b508..a81b2771ab 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -530,22 +530,3 @@ the box without configuration.")
(("arch") "uname -m"))
#t))))
((#:test-target _) "test_standalone")))))
-
-(define-public libtommath-1.0
- (package
- (inherit libtommath-1.1)
- (version "1.0.1")
- (outputs '("out"))
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/libtom/libtommath/releases/"
- "download/v" version "/ltm-" version ".tar.xz"))
- (sha256
- (base32
- "0sbccdwbkfc680id2fi0x067j23biqcjqilwkk7y9339knrjy0s7"))))
- (arguments
- (substitute-keyword-arguments (package-arguments libtommath-1.1)
- ((#:phases phases)
- `(modify-phases ,phases
- (delete 'install-static-library)))))))
- branch master updated (f00f56514d -> 8850782392), guix-commits, 2024/03/04
- 16/35: gnu: perl6-json: Perl -> Raku., guix-commits, 2024/03/04
- 02/35: gnu: units: Update to 2.23., guix-commits, 2024/03/04
- 07/35: gnu: moarvm: Update to 2022.04., guix-commits, 2024/03/04
- 08/35: gnu: Add nqp-configure., guix-commits, 2024/03/04
- 06/35: gnu: rakudo: Remove trailing booleans., guix-commits, 2024/03/04
- 13/35: gnu: perl6-terminal-ansicolor: Perl -> Raku., guix-commits, 2024/03/04
- 31/35: gnu: perl6-test-meta: Update to 0.0.17., guix-commits, 2024/03/04
- 25/35: gnu: perl6-mime-base64: Update to 1.2.3., guix-commits, 2024/03/04
- 34/35: gnu: Remove libtommath-1.0.,
guix-commits <=
- 29/35: gnu: perl6-svg-plot: Perl -> Raku., guix-commits, 2024/03/04
- 32/35: gnu: perl6-test-mock: Update to 1.5-0.1130427., guix-commits, 2024/03/04
- 17/35: gnu: perl6-json-fast: Update to 0.17., guix-commits, 2024/03/04
- 21/35: gnu: perl6-json-unmarshal: Reindent., guix-commits, 2024/03/04
- 24/35: gnu: perl6-meta6: Update to 0.0.26., guix-commits, 2024/03/04
- 01/35: gnu: vim: Update to 9.1.0146., guix-commits, 2024/03/04
- 04/35: gnu: moarvm: Remove trailing boolean., guix-commits, 2024/03/04
- 03/35: gnu: imv: Update to 4.5.0., guix-commits, 2024/03/04
- 12/35: gnu: perl6-zef: Update to 0.13.8., guix-commits, 2024/03/04
- 15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku., guix-commits, 2024/03/04