summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2025-07-25 20:12:01 -0700
committerAndreas Enge <andreas@enge.fr>2025-08-21 12:57:21 +0200
commit73db5280571198fe8f4eab3a964c0605f918d07d (patch)
tree23dd1b9b3dd0ad072a4772b0335bf05fd6b0589c /gnu/packages
parent68a1a4824373fec6ca961f5bf7e775e7640791eb (diff)
gnu: gpaint: Update to 0.3.4.1.
* gnu/packages/graphics.scm (gpaint): Update to 0.3.4.1. [source]: Use git source. Change-Id: I2d1c2ca4ac230e3341648a1bf654f0298ec51958 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/graphics.scm24
1 files changed, 13 insertions, 11 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index e21a5fc9672..7e9fa97e1df 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -3380,19 +3380,21 @@ options.")
(define-public gpaint
(package
(name "gpaint")
- (version "0.3.4")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://alpha.gnu.org/gnu/"
- name "/"
- name "-2-" version ".tar.gz"))
- (sha256
- (base32
- "13jv0zqbnyxjw7fa9x0yl08rrkqq0mdvki0yzbj6vqifvs393v5h"))))
+ (version "0.3.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.savannah.gnu.org/git/gpaint.git")
+ (commit (string-append "v"
+ (string-replace-substring version "." "_")))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0drsvrihyvkdf5g65w5784ap06d2x9zkas69amp1mb6jmnzp8rir"))))
(build-system gnu-build-system)
(inputs (list gtk+-2 libglade))
- (native-inputs
- (list gettext-minimal `(,glib "bin") pkg-config))
+ (native-inputs (list gettext-minimal
+ `(,glib "bin") pkg-config))
(synopsis "Simple paint program for GNOME")
(description
"GNU Paint is a simple, easy-to-use paint program for the GNOME