guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: disoderfs: Update to 0.5.8.


From: guix-commits
Subject: branch master updated: gnu: disoderfs: Update to 0.5.8.
Date: Thu, 06 Feb 2020 02:22:11 -0500

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

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9b478eb  gnu: disoderfs: Update to 0.5.8.
9b478eb is described below

commit 9b478eb7342cf3d64e62239fd5681db75887d09a
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Wed Feb 5 18:29:37 2020 -0800

    gnu: disoderfs: Update to 0.5.8.
    
    * gnu/packages/file-systems (disorderfs): Update to 0.5.8.
      [home-page]: Update.
---
 gnu/packages/file-systems.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 3e7314b..b5ca37d 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -249,7 +249,7 @@ from the jfsutils package.  It is meant to be used in 
initrds.")
 (define-public disorderfs
   (package
     (name "disorderfs")
-    (version "0.5.6")
+    (version "0.5.8")
     (source
      (origin
        (method git-fetch)
@@ -259,7 +259,7 @@ from the jfsutils package.  It is meant to be used in 
initrds.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1zn2ydap8k9fwjl3ivgrg6l32s5p4ik6ca6j1idp7c77znlv6cpp"))))
+         "0pk9i0dycjq0wl6dp37r2hbadgpgmzbmjk2xpbjl36x4yrm4jns8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -274,7 +274,7 @@ from the jfsutils package.  It is meant to be used in 
initrds.")
        #:test-target "test"
        ;; FIXME: Tests require 'run-parts' which is not in Guix yet.
        #:tests? #f))
-    (home-page "https://github.com/ReproducibleBuilds/disorderfs";)
+    (home-page "https://salsa.debian.org/reproducible-builds/disorderfs";)
     (synopsis "FUSE file system that introduces non-determinism")
     (description
      "An overlay FUSE file system that introduces non-determinism



reply via email to

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