guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libnfs: Update to 4.0.0.


From: guix-commits
Subject: branch master updated: gnu: libnfs: Update to 4.0.0.
Date: Sat, 12 Jun 2021 18:13:52 -0400

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acb8588  gnu: libnfs: Update to 4.0.0.
acb8588 is described below

commit acb858881901aa28499f83f40d3e04d6e4749453
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Fri Jun 12 11:39:47 2020 +0200

    gnu: libnfs: Update to 4.0.0.
    
    * gnu/packages/file-systems.scm (libnfs): Update to 4.0.0.
---
 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 4d6dc89..381f143 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -860,7 +860,7 @@ A simple @command{eatmydata} script is included that does 
this for you.")
 (define-public libnfs
   (package
     (name "libnfs")
-    (version "3.0.0")
+    (version "4.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -869,7 +869,7 @@ A simple @command{eatmydata} script is included that does 
this for you.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "115p55y2cbs92z5lmcnjx1v29lwinpgq4sha9v1kq1vd8674h404"))))
+                "0i27wd4zvhjz7620q043p4d4mkx8zv2yz9adm1byin47dynahyda"))))
     (build-system gnu-build-system)
     (home-page "https://github.com/sahlberg/libnfs";)
     (native-inputs



reply via email to

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