me
/
guix
Archived
1
0
Fork 0

gnu: myrepos: Update to 1.20170129.

* gnu/packages/version-control.scm (myrepos): Update to 1.20170129.
[source]: Source tarballs have been removed from Github, use
git-download to download from upstream repository.
[home-page]: Use https.
master
Efraim Flashner 2017-04-07 16:13:34 +03:00
parent ecc39b3f55
commit d46e9fcb2c
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 9 additions and 9 deletions

View File

@ -1171,24 +1171,24 @@ modification time.")
(define-public myrepos (define-public myrepos
(package (package
(name "myrepos") (name "myrepos")
(version "1.20160123") (version "1.20170129")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/joeyh/myrepos/archive/" (url "git://myrepos.branchable.com/myrepos")
version ".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 "1723cg5haplz2w9dwdzp6ds1ip33cx3awmj4wnb0h4yq171v5lqk")))) (base32 "15i9bs2i25l7ibv530ghy8280kklcgm5kr6j86s7iwcqqckd0czp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("perl" ,perl))) `(("perl" ,perl)))
(arguments (arguments
`(#:test-target "test" '(#:test-target "test"
#:phases (alist-delete 'configure %standard-phases) #:phases (alist-delete 'configure %standard-phases)
#:make-flags (list (string-append "PREFIX=" %output)))) #:make-flags (list (string-append "PREFIX=" %output))))
(home-page "http://myrepos.branchable.com/") (home-page "https://myrepos.branchable.com/")
(synopsis "Multiple repository management tool") (synopsis "Multiple repository management tool")
(description (description
"Myrepos provides the @code{mr} command, which maps an operation (e.g., "Myrepos provides the @code{mr} command, which maps an operation (e.g.,