gnu: nar-herder: Update to 0-10.8d219e4.
* gnu/packages/package-management.scm (nar-herder): Update to 0-10.8d219e4.
parent
245152c364
commit
168d117f90
|
@ -1691,8 +1691,8 @@ in an isolated environment, in separate namespaces.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public nar-herder
|
(define-public nar-herder
|
||||||
(let ((commit "5acfcc0a9d99d78a167c365534aa5bf592f5625e")
|
(let ((commit "8d219e49c8f1623bdd3622f8c024c40acb0004c2")
|
||||||
(revision "9"))
|
(revision "10"))
|
||||||
(package
|
(package
|
||||||
(name "nar-herder")
|
(name "nar-herder")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
|
@ -1703,7 +1703,7 @@ in an isolated environment, in separate namespaces.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mxdkay3l1la7b6m0455s8cansd6qcdhv0k231aik0ayhbck8kby"))
|
"0bxhwmfywy03iqmy7a039xr4cb9vfjsqpj7w5ybhmiqhf0yv9hpa"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version "-checkout"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -1735,10 +1735,11 @@ in an isolated environment, in separate namespaces.")
|
||||||
"guix"
|
"guix"
|
||||||
"guile-lib"
|
"guile-lib"
|
||||||
"guile-lzlib"
|
"guile-lzlib"
|
||||||
|
"guile-zstd"
|
||||||
"guile-prometheus"
|
"guile-prometheus"
|
||||||
"guile-sqlite3"
|
"guile-sqlite3"
|
||||||
"guile-gnutls"
|
"guile-gnutls"
|
||||||
"guile-fibers")))
|
"guile-fibers-next")))
|
||||||
(wrap-program file
|
(wrap-program file
|
||||||
`("GUILE_LOAD_PATH" ":" prefix
|
`("GUILE_LOAD_PATH" ":" prefix
|
||||||
(,scm ,(string-join
|
(,scm ,(string-join
|
||||||
|
@ -1771,10 +1772,11 @@ in an isolated environment, in separate namespaces.")
|
||||||
guile-json-4
|
guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers-1.1
|
guile-fibers-next
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-lzlib
|
guile-lzlib
|
||||||
|
guile-zstd
|
||||||
guile-sqlite3))
|
guile-sqlite3))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
|
@ -1783,10 +1785,11 @@ in an isolated environment, in separate namespaces.")
|
||||||
(list guile-json-4
|
(list guile-json-4
|
||||||
guile-gcrypt
|
guile-gcrypt
|
||||||
guix
|
guix
|
||||||
guile-fibers-1.1
|
guile-fibers-next
|
||||||
guile-prometheus
|
guile-prometheus
|
||||||
guile-lib
|
guile-lib
|
||||||
guile-lzlib
|
guile-lzlib
|
||||||
|
guile-zstd
|
||||||
guile-sqlite3
|
guile-sqlite3
|
||||||
guile-gnutls))
|
guile-gnutls))
|
||||||
(home-page "https://git.cbaines.net/guix/nar-herder")
|
(home-page "https://git.cbaines.net/guix/nar-herder")
|
||||||
|
|
Reference in New Issue