about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-12-14 08:28:13 +0300
committerMuriithi Frederick Muriuki2018-12-14 08:28:13 +0300
commite7fa1c950f1281a3caf51e1a30d5b27bcdd7d5a3 (patch)
tree1cb4fbebe02c89bb5b11cb238001a693bdad2c8d
parentc1f2ddf52bb6372ae86fee65adfb8302dea3be13 (diff)
downloadguix-bioinformatics-e7fa1c950f1281a3caf51e1a30d5b27bcdd7d5a3.tar.gz
gn: Add new package
* gn/packages/edash.scm (python-python-version): New package.
-rw-r--r--gn/packages/edash.scm20
1 files changed, 20 insertions, 0 deletions
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