~whereiseveryone/guixrus

95c871a943d2df26552988501f7a9d2091e0f10f — (unmatched-parenthesis 1 year, 4 months ago da168ee feat/senpai
[feat] update senpai to the latest commit

@ guixrus/packages/senpai.scm (package `senpai`)
  - Update to commit `859b8fdb7d433a848668c6f1a00406f107fe00e5`.

Signed-off-by: (unmatched-parenthesis <paren@disroot.org>
1 files changed, 6 insertions(+), 3 deletions(-)

M guixrus/packages/senpai.scm
M guixrus/packages/senpai.scm => guixrus/packages/senpai.scm +6 -3
@@ 29,8 29,8 @@
  #:use-module (guix packages))

(define-public senpai
  (let ((commit "9bd580fc29a0af1cdcb094605396d6b531be5ed5")
        (revision "0"))
  (let ((commit "859b8fdb7d433a848668c6f1a00406f107fe00e5")
        (revision "1"))
    (package
      (name "senpai")
      (version (git-version "0.0.0" revision commit))


@@ 42,13 42,16 @@
                 (commit commit)))
          (file-name (git-file-name name version))
          (sha256
            (base32 "0l0c1pa44x9yf2nlm077k3rsj909pp6hfkxnrrc3w8w96g8zyqid"))))
            (base32 "0j1dshkd6jmcvgmhxsgaxvkgp3vi52wk3f7zd604w48lnzynzdc2"))))
      (build-system go-build-system)
      (arguments
        '(#:import-path "git.sr.ht/~taiite/senpai"
          #:install-source? #f
          #:phases
          (modify-phases %standard-phases
            (replace 'build
              (lambda _
                (invoke "make" "-C" "src/git.sr.ht/~taiite/senpai")))
            (add-after 'build 'build-docs
              (lambda _
                (with-directory-excursion "src/git.sr.ht/~taiite/senpai"