mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: bazaar: Update to 2.7.0.
* gnu/packages/version-control.scm (bazaar): Update to 2.7.0.
This commit is contained in:
parent
258c0a365e
commit
d1cba090a8
1 changed files with 5 additions and 3 deletions
|
@ -30,6 +30,7 @@ (define-module (gnu packages version-control)
|
||||||
#:select (asl2.0 bsd-2
|
#:select (asl2.0 bsd-2
|
||||||
gpl1+ gpl2 gpl2+ gpl3+ lgpl2.1
|
gpl1+ gpl2 gpl2+ gpl3+ lgpl2.1
|
||||||
x11-style))
|
x11-style))
|
||||||
|
#:use-module (guix utils)
|
||||||
#:use-module (guix packages)
|
#:use-module (guix packages)
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
|
@ -75,15 +76,16 @@ (define-module (gnu packages version-control)
|
||||||
(define-public bazaar
|
(define-public bazaar
|
||||||
(package
|
(package
|
||||||
(name "bazaar")
|
(name "bazaar")
|
||||||
(version "2.6.0")
|
(version "2.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://launchpad.net/bzr/2.6/" version
|
(uri (string-append "https://launchpad.net/bzr/"
|
||||||
|
(version-major+minor version) "/" version
|
||||||
"/+download/bzr-" version ".tar.gz"))
|
"/+download/bzr-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6sj77h5f97qimjc14kr532kgc0jk3wq778xrkqi0pbh9qpk509"))))
|
"1cysix5k3wa6y7jjck3ckq3abls4gvz570s0v0hxv805nwki4i8d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
;; Note: 'tools/packaging/lp-upload-release' and 'tools/weavemerge.sh'
|
;; Note: 'tools/packaging/lp-upload-release' and 'tools/weavemerge.sh'
|
||||||
|
|
Loading…
Reference in a new issue