gnu: python-empy: Update to 3.3.3.
* gnu/packages/python-xyz.scm (python-empy): Update to 3.3.3.
This commit is contained in:
parent
94fcbf8dde
commit
0f6d5115aa
|
@ -1138,17 +1138,17 @@ other Python program.")
|
||||||
(define-public python-empy
|
(define-public python-empy
|
||||||
(package
|
(package
|
||||||
(name "python-empy")
|
(name "python-empy")
|
||||||
(version "3.3")
|
(version "3.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.alcyone.com/software/empy/empy-"
|
(uri (string-append "http://www.alcyone.com/software/empy/empy-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01g8mmkfnvjdmlhsihwyx56lrg7r5m5d2fg6mnxsvy6g0dnl69f6"))))
|
"1mxfy5mgp473ga1pgz2nvm8ds6z4g3hdky8523z6jzvcs9ny6hcq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;python2 only
|
`(#:tests? #f)) ; python2 only
|
||||||
(home-page "http://www.alcyone.com/software/empy/")
|
(home-page "http://www.alcyone.com/software/empy/")
|
||||||
(synopsis "Templating system for Python")
|
(synopsis "Templating system for Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue