[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: disorderfs: Update to 0.5.5.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/07: gnu: disorderfs: Update to 0.5.5. |
Date: |
Tue, 30 Oct 2018 20:48:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit becee7029f843b23755e2cd884fafa563bc8f6b2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Oct 30 21:49:28 2018 +0100
gnu: disorderfs: Update to 0.5.5.
* gnu/packages/file-systems.scm (disorderfs): Update to 0.5.5.
---
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 b195019..f250719 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -107,7 +107,7 @@ single file can be mounted.")
(define-public disorderfs
(package
(name "disorderfs")
- (version "0.5.4")
+ (version "0.5.5")
(source
(origin
(method git-fetch)
@@ -117,7 +117,7 @@ single file can be mounted.")
(file-name (git-file-name name version))
(sha256
(base32
- "1mw4ix9h17ikki8p2rxdvzp87rcm1c7by5lvfn5gxlxr7hlj9f8g"))))
+ "18c32qcdzbxrzg7srnqnw1ls9yqqxyk9b996yxr6w2znw6x6n8v4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -126,7 +126,7 @@ single file can be mounted.")
("attr" ,attr)))
(arguments
`(#:phases (modify-phases %standard-phases
- (delete 'configure))
+ (delete 'configure)) ; no configure script
#:make-flags (let ((out (assoc-ref %outputs "out")))
(list (string-append "PREFIX=" out)))
#:test-target "test"
- branch master updated (fd649d1 -> 4cae7e6), Tobias Geerinckx-Rice, 2018/10/30
- 07/07: gnu: hyperrogue: Update to 10.4x., Tobias Geerinckx-Rice, 2018/10/30
- 06/07: gnu: yosys: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/10/30
- 01/07: gnu: python-partd: Update to 0.3.9., Tobias Geerinckx-Rice, 2018/10/30
- 05/07: gnu: disorderfs: Update to 0.5.5.,
Tobias Geerinckx-Rice <=
- 02/07: gnu: cloc: Update to 1.80., Tobias Geerinckx-Rice, 2018/10/30
- 03/07: gnu: sigrok-cli: Update to 0.7.1., Tobias Geerinckx-Rice, 2018/10/30
- 04/07: gnu: pulseview: Update to 0.4.1., Tobias Geerinckx-Rice, 2018/10/30