[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25733: [PATCH 04/18] gnu: Add address@hidden
From: |
contact . ng0 |
Subject: |
bug#25733: [PATCH 04/18] gnu: Add address@hidden |
Date: |
Tue, 14 Feb 2017 20:15:49 +0000 |
From: ng0 <address@hidden>
* gnu/packages/version-control.scm (address@hidden): New variable.
---
gnu/packages/version-control.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5c371b0ba..60e4df4df 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -671,6 +671,19 @@ It efficiently handles projects of any size
and offers an easy and intuitive interface.")
(license license:gpl2+)))
+(define-public address@hidden
+ (package
+ (inherit mercurial)
+ (version "3.7.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://www.mercurial-scm.org/"
+ "release/mercurial-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0c2vkad9piqkggyk8y310rf619qgdfcwswnk3nv21mg2fhnw96f0"))))))
+
(define-public neon
(package
(name "neon")
--
2.11.1
- bug#25733: kallithea dependencies, ng0, 2017/02/14
- bug#25733: [PATCH 01/18] gnu: Add python-geventhttpclient., contact . ng0, 2017/02/14
- bug#25733: [PATCH 02/18] gnu: Add python-fastimport., contact . ng0, 2017/02/14
- bug#25733: [PATCH 04/18] gnu: Add address@hidden,
contact . ng0 <=
- bug#25733: [PATCH 07/18] gnu: Add python-repoze-lru., contact . ng0, 2017/02/14
- bug#25733: [PATCH 11/18] gnu: Add python-urlobject-2.3.4., contact . ng0, 2017/02/14
- bug#25733: [PATCH 09/18] gnu: Add python-routes-1.13., contact . ng0, 2017/02/14
- bug#25733: [PATCH 17/18] gnu: Add python2-kombu-1., contact . ng0, 2017/02/14
- bug#25733: [PATCH 10/18] gnu: Add python-urlobject., contact . ng0, 2017/02/14