diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-25 23:58:00 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-05-25 23:00:39 +0100 |
commit | d4f836c8b47877ae8ee8bb9977650f5a67f4d66f (patch) | |
tree | b20550fabc8c59cbdbe949550740323d03b3ed42 | |
parent | 2d401d9b3814b38ea6e6f3fba6080486ada9f858 (diff) | |
download | patches-series-4097.tar patches-series-4097.tar.gz |
gnu: netpbm: Update to 10.90.2.series-4097
* gnu/packages/netpbm.scm (netpbm): Update to 10.90.2.
-rw-r--r-- | gnu/packages/netpbm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/netpbm.scm b/gnu/packages/netpbm.scm index 96025661ca..fa65ae25ff 100644 --- a/gnu/packages/netpbm.scm +++ b/gnu/packages/netpbm.scm @@ -37,7 +37,7 @@ (define-public netpbm (package (name "netpbm") - (version "10.78.3") + (version "10.90.2") (source (origin (method svn-fetch) ;; At the time of first packaging, the "super-stable" and |