guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: osc: Update to 0.165.2.


From: guix-commits
Subject: 11/11: gnu: osc: Update to 0.165.2.
Date: Tue, 16 Jul 2019 17:00:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 844cb1b64dedf1ff80c811a1d00599e1d1f78d70
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jul 16 22:42:14 2019 +0200

    gnu: osc: Update to 0.165.2.
    
    * gnu/packages/build-tools.scm (osc): Update to 0.165.2.
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index f4644d3..cfe73af 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -242,7 +242,7 @@ other lower-level build files.")
 (define-public osc
   (package
     (name "osc")
-    (version "0.165.1")
+    (version "0.165.2")
     (source
      (origin
        (method git-fetch)
@@ -251,7 +251,7 @@ other lower-level build files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16p4z34ziy4z2w7mfpclk13x1w2p69wivkdwp0224x18r2fwj67v"))))
+        (base32 "0yjwvbvv9fgkpiyvrag89zxchyn3nbgp9jz0wn5p0z9450zwfyz6"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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