diff mbox series

[bug#72052,core-updates] gnu: fakeroot: Update to 1.35.1.

Message ID cb2ac4640570d677194ae0a2f4110c72aa70e5b4.1720676910.git.zhengjunjie@iscas.ac.cn
State New
Headers show
Series [bug#72052,core-updates] gnu: fakeroot: Update to 1.35.1. | expand

Commit Message

Z572 July 11, 2024, 5:48 a.m. UTC
* gnu/packages/linux.scm (fakeroot): Update to 1.35.1.

Change-Id: I26d743f4394a840b56e07df7e43f5d598cfb98ea
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 378e1d9b69b030a165236323392a0a10684422c5

Comments

Z572 July 15, 2024, 1:23 p.m. UTC | #1
Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/linux.scm (fakeroot): Update to 1.35.1.
>
> Change-Id: I26d743f4394a840b56e07df7e43f5d598cfb98ea
> ---
>  gnu/packages/linux.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index f212b1e199..2d33b66467 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -9490,7 +9490,7 @@ (define-public genext2fs
>  (define-public fakeroot
>    (package
>      (name "fakeroot")
> -    (version "1.31")
> +    (version "1.35.1")
>      (source
>       (origin
>         ;; There are no tags in the repository, so take this snapshot.
> @@ -9499,7 +9499,7 @@ (define-public fakeroot
>                             "fakeroot/fakeroot_" version ".orig.tar.gz"))
>         (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
> -        (base32 "0br0gvvribfs2kpkhwr51lsinhl6l36334wx1cbwfmhww50nv233"))
> +        (base32 "1p2zcng64sigixppmh42gd3ava771pmq9a6lwva7flp05lxya3ba"))
>         (modules '((guix build utils)
>                    (ice-9 ftw)))
>         (snippet
>
> base-commit: 378e1d9b69b030a165236323392a0a10684422c5

pushed.
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f212b1e199..2d33b66467 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9490,7 +9490,7 @@  (define-public genext2fs
 (define-public fakeroot
   (package
     (name "fakeroot")
-    (version "1.31")
+    (version "1.35.1")
     (source
      (origin
        ;; There are no tags in the repository, so take this snapshot.
@@ -9499,7 +9499,7 @@  (define-public fakeroot
                            "fakeroot/fakeroot_" version ".orig.tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0br0gvvribfs2kpkhwr51lsinhl6l36334wx1cbwfmhww50nv233"))
+        (base32 "1p2zcng64sigixppmh42gd3ava771pmq9a6lwva7flp05lxya3ba"))
        (modules '((guix build utils)
                   (ice-9 ftw)))
        (snippet