me
/
guix
Archived
1
0
Fork 0

gnu: fakeroot: Update to 1.28.

* gnu/packages/linux.scm (fakeroot): Update to 1.28.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:02 +02:00
parent 3d00f10ed5
commit 1f6c2efccc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -8407,7 +8407,7 @@ the superuser to make device nodes.")
(define-public fakeroot
(package
(name "fakeroot")
(version "1.26")
(version "1.28")
(source
(origin
;; There are no tags in the repository, so take this snapshot.
@ -8416,8 +8416,7 @@ the superuser to make device nodes.")
"fakeroot/fakeroot_" version ".orig.tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1sg8inv1zzp4h9ncbbmxip3svd11sd86j22cvxrjwnf5zn7mf2j8"))
(base32 "1hlh77b6m2cfm42lcav372mbjni5akbgs25yg4wgi1gndzihbm2n"))
(modules '((guix build utils)
(ice-9 ftw)))
(snippet