guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: bazaar: Update to 2.7.0.


From: Efraim Flashner
Subject: 01/01: gnu: bazaar: Update to 2.7.0.
Date: Mon, 15 Feb 2016 17:54:17 +0000

efraim pushed a commit to branch master
in repository guix.

commit d1cba090a8ca5c67fb572d544ddd28344e15e7e8
Author: Efraim Flashner <address@hidden>
Date:   Mon Feb 15 19:53:27 2016 +0200

    gnu: bazaar: Update to 2.7.0.
    
    * gnu/packages/version-control.scm (bazaar): Update to 2.7.0.
---
 gnu/packages/version-control.scm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e0626cb..0712f9f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -30,6 +30,7 @@
                 #:select (asl2.0 bsd-2
                           gpl1+ gpl2 gpl2+ gpl3+ lgpl2.1
                           x11-style))
+  #:use-module (guix utils)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)
@@ -75,15 +76,16 @@
 (define-public bazaar
   (package
     (name "bazaar")
-    (version "2.6.0")
+    (version "2.7.0")
     (source
      (origin
       (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"))
       (sha256
        (base32
-        "1c6sj77h5f97qimjc14kr532kgc0jk3wq778xrkqi0pbh9qpk509"))))
+        "1cysix5k3wa6y7jjck3ckq3abls4gvz570s0v0hxv805nwki4i8d"))))
     (build-system python-build-system)
     (inputs
      ;; Note: 'tools/packaging/lp-upload-release' and 'tools/weavemerge.sh'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]