mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add m2-planet-1.9.0
* gnu/packages/mes.scm (m2-planet-1.9.0): New variable.
This commit is contained in:
parent
fb46c1ceda
commit
009621092b
1 changed files with 16 additions and 0 deletions
|
@ -268,3 +268,19 @@ (define-public m2-planet
|
||||||
building GNU Mes.")
|
building GNU Mes.")
|
||||||
(home-page "https://github.com/oriansj/m2-planet")
|
(home-page "https://github.com/oriansj/m2-planet")
|
||||||
(license gpl3+)))
|
(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"))))))
|
||||||
|
|
Loading…
Reference in a new issue