summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-16 22:42:14 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-16 23:00:10 +0200
commit844cb1b64dedf1ff80c811a1d00599e1d1f78d70 (patch)
tree79841b081b84ead5a7aa3dd23e445759a98a923c
parentc8a227dfea4ae4863ee0741cd509e525d3d2a9e8 (diff)
downloadguix-844cb1b64dedf1ff80c811a1d00599e1d1f78d70.tar.gz
gnu: osc: Update to 0.165.2.
* gnu/packages/build-tools.scm (osc): Update to 0.165.2.
-rw-r--r--gnu/packages/build-tools.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index f4644d33bd..cfe73afb64 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