guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/28: gnu: fsarchiver: Update to 0.8.7.


From: guix-commits
Subject: 13/28: gnu: fsarchiver: Update to 0.8.7.
Date: Sun, 17 Sep 2023 08:26:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b9efcd5a5d6ff0286504152b371d4f8acfca70ed
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: fsarchiver: Update to 0.8.7.
    
    * gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.7.
---
 gnu/packages/file-systems.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 33cea9176a..e97013dce3 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -394,7 +394,7 @@ ones.")
 (define-public fsarchiver
   (package
     (name "fsarchiver")
-    (version "0.8.6")
+    (version "0.8.7")
     (source
      (origin
        (method git-fetch)
@@ -404,7 +404,7 @@ ones.")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ry2sdkfbg4bwcldk42g1i3wa3z4pr9yh9dil6ilhwcvhqiw41zc"))))
+        (base32 "1vy8ay0fn32i298bx9scqghi7xm9z2101zxk5xshbrkl00b2m4nm"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]