From e7fa1c950f1281a3caf51e1a30d5b27bcdd7d5a3 Mon Sep 17 00:00:00 2001 From: Muriithi Frederick Muriuki Date: Fri, 14 Dec 2018 08:28:13 +0300 Subject: gn: Add new package * gn/packages/edash.scm (python-python-version): New package. --- gn/packages/edash.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gn/packages/edash.scm') diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 7d5fc63..6aa6852 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -133,6 +133,26 @@ interface to the Amazon Web Services (AWS) API.") (description "Flask extension for sending email") (license license:bsd-3))) +(define-public python-python-version + (package + (name "python-python-version") + (version "0.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "python_version" version)) + (sha256 + (base32 + "0rzy0jzh1w7rx7swgjb5qv7b7dhblbsyhs7l3ii19mpjqxbxw5jw")))) + (build-system python-build-system) + (home-page + "https://gitlab.com/halfak/python_version") + (synopsis + "Provides a simple utility for checking the python version.") + (description + "Provides a simple utility for checking the python version.") + (license license:expat))) + (define-public edash (let ((md5 "93e745e9c")) (package -- cgit v1.2.3