[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: cutter: Update to 1.12.0.
From: |
guix-commits |
Subject: |
02/09: gnu: cutter: Update to 1.12.0. |
Date: |
Wed, 20 Jan 2021 04:20:39 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 664ab4ada7703a3bccfb041c51d9460372a60243
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Jan 18 19:03:50 2021 +0100
gnu: cutter: Update to 1.12.0.
* gnu/packages/engineering.scm (cutter): Update to 1.12.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 1747671..baddaf1 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2367,7 +2367,7 @@ simulation.")
(define-public cutter
(package
(name "cutter")
- (version "1.10.3")
+ (version "1.12.0")
(source
(origin
(method git-fetch)
@@ -2376,7 +2376,7 @@ simulation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qj8jyij02nif4jpirl09ygwnv8a9zi3vkb5sf5s8mg7qwlpnvyk"))))
+ (base32 "0ljj3j3apbbw628n2nyrxpbnclixx20bqjxm0xwggqzz9vywsar0"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (944aebb -> f93d3d4), guix-commits, 2021/01/20
- 04/09: gnu: libunwind: Update to 1.5.0., guix-commits, 2021/01/20
- 06/09: gnu: lzlib: Update to 1.12., guix-commits, 2021/01/20
- 07/09: gnu: synapse: Update to 1.25.0., guix-commits, 2021/01/20
- 02/09: gnu: cutter: Update to 1.12.0.,
guix-commits <=
- 01/09: gnu: radare2: Update to 5.0.0., guix-commits, 2021/01/20
- 03/09: gnu: libusb: Update to 1.0.24., guix-commits, 2021/01/20
- 05/09: gnu: libxls: Update to 1.6.2., guix-commits, 2021/01/20
- 08/09: gnu: quaternion: Update to 0.0.9.4f., guix-commits, 2021/01/20
- 09/09: gnu: xfce4-stopwatch-plugin: Update to 0.5.0., guix-commits, 2021/01/20