mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: runitor: Update to 1.3.0-build.4.
* gnu/packages/admin.scm (runitor): Update to 1.3.0-build.4. Change-Id: I1d20003f6de8c045ba456c0f4cb5147bc232cafe
This commit is contained in:
parent
6cb4c1e7a9
commit
70e9b0549e
1 changed files with 2 additions and 2 deletions
|
@ -5700,7 +5700,7 @@ FIFO and UNIX interprocess communication.")
|
||||||
(define-public runitor
|
(define-public runitor
|
||||||
(package
|
(package
|
||||||
(name "runitor")
|
(name "runitor")
|
||||||
(version "0.8.0")
|
(version "1.3.0-build.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5709,7 +5709,7 @@ FIFO and UNIX interprocess communication.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vjfbyrbp5ywgzdz9j3x0qgjvnq7nw7193x8v9yy6k2cih1zsacn"))))
|
(base32 "00l83jcjmf5kcq8yzq575kk6ljkkr2xhm5cx27zzb1yhxn93xj7n"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:unpack-path "bdd.fi/x/runitor"
|
`(#:unpack-path "bdd.fi/x/runitor"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue