Archived
1
0
Fork 0

gnu: xfig: Update to 3.2.7a.

* gnu/packages/xfig.scm (xfig): Update to 3.2.7a.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-10 20:38:45 +02:00
parent 8faa9df7f3
commit e0d5712f64
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -32,7 +32,7 @@
(define-public xfig (define-public xfig
(package (package
(name "xfig") (name "xfig")
(version "3.2.7") (version "3.2.7a")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -40,7 +40,7 @@
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0anlrr68knr401j7z76k6hx33w16l02dzb7szdkrc4rb2gj1rs2z")))) "096zgp0bqnxhgxbrv2jjylrjz3pr4da0xxznlk2z7ffxr5pri2fa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
;; For tests. ;; For tests.