1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

gnu: Remove m2-planet-1.9.0.

* gnu/packages/mes.scm (m2-planet-1.9.0): Remove.

Change-Id: Ib23ff2eee63b5bf1a0b13968f871ad93fda4d537
This commit is contained in:
Janneke Nieuwenhuizen
2023-11-08 12:08:36 +01:00
parent 552e15792b
commit 61c527227c

View File

@@ -280,18 +280,3 @@ building GNU Mes.")
(home-page "https://github.com/oriansj/m2-planet")
(license gpl3+)))
(define-public m2-planet-1.9.0
(package
(inherit m2-planet)
(name "m2-planet")
(version "1.9.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/oriansj/m2-planet")
(commit (string-append "Release_" version))
(recursive? #t))) ;for M2libc
(file-name (git-file-name name version))
(sha256
(base32
"0cgvvq91cbxxm93k8ayyvhpaf3c2lv10qw4wyqwn3hc1qb1cfyvr"))))))