guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: disorderfs: Update to 0.5.3.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: disorderfs: Update to 0.5.3.
Date: Tue, 29 May 2018 14:44:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3b68a9b66eef5ff22d3cff02c4e4f35d928e4a88
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 29 19:06:22 2018 +0200

    gnu: disorderfs: Update to 0.5.3.
    
    * gnu/packages/file-systems.scm (disorderfs): Update to 0.5.3.
    [source]: Update upstream URI and re-use VERSION.
---
 gnu/packages/file-systems.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 6522662..4fd33ae 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Gábor Boskovits <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;;
@@ -107,17 +107,17 @@ single file can be mounted.")
 (define-public disorderfs
   (package
     (name "disorderfs")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/ReproducibleBuilds/disorderfs.git";)
-             (commit "0.5.2")))
+             (url 
"https://salsa.debian.org/reproducible-builds/disorderfs.git";)
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1j028dq3d4m64mn9xmfamcnnc7i2drmra4pdmxdmqdsi8p7yj4sv"))))
+         "1nmhfvxpvz3xsfxl9wqnh6r2l5m7hjq6n0vpblsl5xdcvwaqcf50"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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