~ruther/ruthless-guix

48d5aa987b04e557228301145b7749f1316b4765 — Rutherther 3 days ago cee1902
chore: bump claude code
1 files changed, 6 insertions(+), 6 deletions(-)

M modules/ruther/packages/node.scm
M modules/ruther/packages/node.scm => modules/ruther/packages/node.scm +6 -6
@@ 12,25 12,25 @@
  #:use-module (gnu packages tls)
  #:use-module (guix download))

(define-public node-anthropic-ai-claude-code-1.0.72
(define-public claude-code
  (package
    (name "claude-code")
    (version "2.1.9")
    (version "2.1.27")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-" version ".tgz"))
        "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.1.27.tgz")
       (sha256
        (base32 "0l3r2s64dvcwhnvfw1jaq8dx1lz92q0iygnc9amlzz33206pix6x"))))
        (base32 "16xnvxvnx7h7spb5dprgvqpl320bvbg7w9kjqnjmqbkc7n4m1dih"))))
    (build-system node-build-system)
    (arguments
     (list
      #:tests? #f
      #:phases
      #~(modify-phases %standard-phases
                       ;; (delete 'build)
                       (delete 'validate-runpath))))
          (delete 'validate-runpath)
          (delete 'build))))
    (home-page "https://github.com/anthropics/claude-code")
    (synopsis
     "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.")