gnu: facter: Update to 4.0.34.
* gnu/packages/admin.scm (facter): Update to 4.0.34.
This commit is contained in:
parent
6319c2f7a6
commit
3d8cfac3d0
1 changed files with 2 additions and 2 deletions
|
@ -443,7 +443,7 @@ (define-public dfc
|
|||
(define-public facter
|
||||
(package
|
||||
(name "facter")
|
||||
(version "4.0.33")
|
||||
(version "4.0.34")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -452,7 +452,7 @@ (define-public facter
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r9fi15cib4324ii4pniayjf27g51dka2skv9isiaj8y4wyhcq0v"))))
|
||||
"19lcmmcnxkbirvh5bn5xa9a99z48zmb1b8845cp5r598y019gxqp"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue