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>
This commit is contained in:
Andy Tai 2025-07-25 20:12:01 -07:00 committed by Andreas Enge
parent 68a1a48243
commit 73db528057
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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