summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-19 22:59:46 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-19 22:59:46 +0200
commitb1ca13ffb8728fec9e0dc42ba5f178de37cc68d9 (patch)
treeb17ec4237ce744ff2ed3e4181b1bc37297e9e4f8 /gnu
parentb5ffb585620474e010a95cfe1590c7d2a0e15aa6 (diff)
gnu: Remove guile-2.2.4.
* gnu/packages/guile.scm (guile-2.2.4): Delete variable. Change-Id: I2ab82f43417149a7e942eb3ee7ee19b5235bca36
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/guile.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 7e82909151a..c068945441a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -334,18 +334,6 @@ without requiring the source code to be rewritten.")
(variable "GUILE_LOAD_COMPILED_PATH")
(files '("lib/guile/2.2/site-ccache")))))))
-(define-public guile-2.2.4
- (package
- (inherit guile-2.2)
- (version "2.2.4")
- (source (origin
- (inherit (package-source guile-2.2))
- (uri (string-append "mirror://gnu/guile/guile-" version
- ".tar.xz"))
- (sha256
- (base32
- "07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r"))))))
-
(define-public guile-3.0
;; This is the latest Guile stable version.
(package