all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* shellcheck updates to 64?
@ 2022-12-15 13:59 jgart
  0 siblings, 0 replies; only message in thread
From: jgart @ 2022-12-15 13:59 UTC (permalink / raw)
  To: Guix Devel

Hi, is this a bug? I ran `guix refresh -u` on shellcheck and it updated
shellcheck to version 64 but the latest stable release which was released
2 days ago is 0.9.0:

--
 (define-public shellcheck
   (package
     (name "shellcheck")
-    (version "0.8.0")
+    (version "64")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
+             "https://github.com/koalaman/shellcheck/releases/download/stable/ShellCheck-"
              version ".tar.gz"))
        (sha256
-        (base32 "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232"))
+        (base32 "08kn81xwkwsqjczn0w2kbf724p3q3acavmdnlbpb9i7g5n8fq6p3"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system haskell-build-system)
     (arguments

WDYT


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-15 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-15 13:59 shellcheck updates to 64? jgart

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.