diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-16 16:04:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-16 18:45:07 +0200 |
commit | eb357e24f7bbbb0348047f427d196e078c605f04 (patch) | |
tree | ec507d697bb2d8a5ae628aed9ca509d6da2e336f /gnu/packages/xfig.scm | |
parent | 7aa6e29d0cdf62d5646f8224f3d120376a43bf3e (diff) | |
download | guix-eb357e24f7bbbb0348047f427d196e078c605f04.tar guix-eb357e24f7bbbb0348047f427d196e078c605f04.tar.gz |
gnu: xfig: Update to 3.2.7.
* gnu/packages/xfig.scm (xfig): Update to 3.2.7.
Diffstat (limited to 'gnu/packages/xfig.scm')
-rw-r--r-- | gnu/packages/xfig.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm index 3bb839f6e4..86fbd9159b 100644 --- a/gnu/packages/xfig.scm +++ b/gnu/packages/xfig.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch> -;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -32,7 +32,7 @@ (define-public xfig (package (name "xfig") - (version "3.2.6a") + (version "3.2.7") (source (origin (method url-fetch) @@ -40,7 +40,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "0z1636w27hvgjpq98z40k8h535b4x2xr2whkvr7bibaa89fynym8")))) + "0anlrr68knr401j7z76k6hx33w16l02dzb7szdkrc4rb2gj1rs2z")))) (build-system gnu-build-system) (native-inputs ;; For tests. |