Skip to content
Snippets Groups Projects
Commit fd83aa00 authored by Claes Wallin (韋嘉誠)'s avatar Claes Wallin (韋嘉誠) Committed by Mathieu Lirzin
Browse files

gnu: pumpa: Update to 0.9.1.


* gnu/packages/pumpio.scm (pumpa): Update to 0.9.1.  Change URL.

Signed-off-by: default avatarMathieu Lirzin <mthl@openmailbox.org>
parent c7bdc6bb
No related branches found
No related tags found
No related merge requests found
......@@ -30,15 +30,15 @@ (define-module (gnu packages pumpio)
(define-public pumpa
(package
(name "pumpa")
(version "0.9")
(version "0.9.1")
(source (origin
(method git-fetch) ; no source tarballs
(uri (git-reference
(url "https://gitorious.org/pumpa/pumpa.git")
(url "git://pumpa.branchable.com/")
(commit (string-append "v" version))))
(sha256
(base32
"0v55xq17wnc9mvpmrm5r3rjrsg9npnjv1lznbz8ppk77ba8pwimy"))))
"14s0m46yqph8bs5rjpmiq42f020j9l3mygan2zj93z6qzypwd07f"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-replace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment