all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72817] [PATCH v2 1/1] gnu: vice: Update to 3.8.
       [not found] <cover.1724824078.git.poptsov.artyom@gmail.com>
@ 2024-08-28  5:49 ` Artyom V. Poptsov
  2024-08-28  8:59   ` bug#72817: " Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-08-28  5:49 UTC (permalink / raw)
  To: 72817; +Cc: Artyom V. Poptsov

* gnu/packages/emulators.scm (vice): Update to 3.8.
[source]: Set file-name.
[inputs]: Add curl.

Change-Id: I553de35a74b300ac3d56f542724dacec4399c33d
---
 gnu/packages/emulators.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index d2e488864e..d81e9509e9 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;; Copyright © 2023 Hendursaga <hendursaga@aol.com>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -121,14 +122,15 @@ (define-module (gnu packages emulators)
 (define-public vice
   (package
     (name "vice")
-    (version "3.7.1")
+    (version "3.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/vice-emu/releases/"
                            "vice-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "165b1ixrarcqy1rl06yhaf46ni3j8lrbn8f3zf5nkc2d0bk12f3y"))))
+        (base32 "010h3aj0y9n8kcg5yvy1m7g4hc7nbm5gym5r3f3jmk5vyb8c8z8x"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-html-docs"
@@ -141,6 +143,7 @@ (define-public vice
            pkg-config))
     (inputs
      (list alsa-lib
+           curl
            glew
            glib
            gtk+
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72817: [PATCH v2 1/1] gnu: vice: Update to 3.8.
  2024-08-28  5:49 ` [bug#72817] [PATCH v2 1/1] gnu: vice: Update to 3.8 Artyom V. Poptsov
@ 2024-08-28  8:59   ` Z572
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 @ 2024-08-28  8:59 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 72817-done

[-- Attachment #1: Type: text/plain, Size: 1771 bytes --]

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

> * gnu/packages/emulators.scm (vice): Update to 3.8.
> [source]: Set file-name.
> [inputs]: Add curl.
>
> Change-Id: I553de35a74b300ac3d56f542724dacec4399c33d
> ---
>  gnu/packages/emulators.scm | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
> index d2e488864e..d81e9509e9 100644
> --- a/gnu/packages/emulators.scm
> +++ b/gnu/packages/emulators.scm
> @@ -21,6 +21,7 @@
>  ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
>  ;;; Copyright © 2023 Hendursaga <hendursaga@aol.com>
>  ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
> +;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -121,14 +122,15 @@ (define-module (gnu packages emulators)
>  (define-public vice
>    (package
>      (name "vice")
> -    (version "3.7.1")
> +    (version "3.8")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "mirror://sourceforge/vice-emu/releases/"
>                             "vice-" version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
> -        (base32 "165b1ixrarcqy1rl06yhaf46ni3j8lrbn8f3zf5nkc2d0bk12f3y"))))
> +        (base32 "010h3aj0y9n8kcg5yvy1m7g4hc7nbm5gym5r3f3jmk5vyb8c8z8x"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:configure-flags '("--disable-html-docs"
> @@ -141,6 +143,7 @@ (define-public vice
>             pkg-config))
>      (inputs
>       (list alsa-lib
> +           curl
>             glew
>             glib
>             gtk+

push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-28  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1724824078.git.poptsov.artyom@gmail.com>
2024-08-28  5:49 ` [bug#72817] [PATCH v2 1/1] gnu: vice: Update to 3.8 Artyom V. Poptsov
2024-08-28  8:59   ` bug#72817: " Z572

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.