unofficial mirror of guix-devel@gnu.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).