aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-09-10 15:30:38 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-09-10 15:30:38 +0200
commita5c151de0a7a75bf3803c51856f8c8c928361155 (patch)
tree2d4c5569077c742029abe34f386ff5d00cb93527 /gnu
parent6e71514a2992eed1cfa2306f65ca750d65708bc4 (diff)
downloadguix-a5c151de0a7a75bf3803c51856f8c8c928361155.tar.gz
guix-a5c151de0a7a75bf3803c51856f8c8c928361155.zip
gnu: cuirass: Update to 0.0.1-44.00c7b4b.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-44.00c7b4b.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ci.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
index 0eec48ab18..e0a0708847 100644
--- a/gnu/packages/ci.scm
+++ b/gnu/packages/ci.scm
@@ -47,8 +47,8 @@
#:use-module (guix build-system gnu))
(define-public cuirass
- (let ((commit "f2984c7230f69a6e50810edc5e9d36bd671801f9")
- (revision "43"))
+ (let ((commit "00c7b4bb4432ff3f5ba28dca3625479e1fa129d8")
+ (revision "44"))
(package
(name "cuirass")
(version (git-version "0.0.1" revision commit))
@@ -60,7 +60,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1p9mlmhv4kz8wixgywh1ffm3140p4mkgz92n7ry3n5s9w5n7fpjl"))))
+ "0xjl2in9hg24liahrhfr637ddwib3904ax9rpggyphamnvcxygzr"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)
deb58221dfdb691ddb6eec131caff'>gnu: fuse-overlayfs: Update to 1.13....* gnu/packages/file-systems.scm (fuse-overlayfs): Update to 1.13. Tobias Geerinckx-Rice 2023-09-10gnu: exfat-utils: Update to 1.4.0....* gnu/packages/file-systems.scm (exfat-utils): Update to 1.4.0. Tobias Geerinckx-Rice 2023-09-10gnu: exfatprogs: Update to 1.2.1....* gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.1. Tobias Geerinckx-Rice 2023-08-20gnu: dbxfs: Fix package....A typo prevented the program from running successfully. * gnu/packages/file-systems.scm (dbxfs)[snippet]: Adjust snippet to substitute valid python. Efraim Flashner 2023-08-14gnu: dbxfs: Don't check for updates....* gnu/packages/file-systems.scm (dbxfs)[source]: Add snippet to remove version update check. Efraim Flashner 2023-08-06gnu: xfstests: Add inputs....* gnu/packages/file-systems.scm (xfstests)[arguments]: Search for bc, df, and perl. [inputs]: Add bc. Tobias Geerinckx-Rice 2023-08-06gnu: xfstests: Update package style....* gnu/packages/file-systems.scm (xfstests)[arguments]: Rewrite as G-expressions. Never refer to inputs by label. [inputs]: Remove input labels. Tobias Geerinckx-Rice 2023-08-06gnu: xfstests: Update to 1.1.0-3.8de535c....* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-3.8de535c. Tobias Geerinckx-Rice 2023-07-23gnu: rewritefs: Use G-expressions....* gnu/packages/file-systems.scm (rewritefs)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-07-23gnu: rewritefs: Update to 0.0.0-1.3a56de8....* gnu/packages/file-systems.scm (rewritefs): Update to 0.0.0-1.3a56de8. [inputs]: Upgrade fuse-2 to fuse (3). Tobias Geerinckx-Rice 2023-07-23gnu: apfs-fuse: Update to 0.0.0-2.66b86bd....* gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-2.66b86bd. [arguments]: Remove anti-fuse@3 configure flag. Don't install a static library. Don't explicitly return #t from phases. [inputs]: Upgrade fuse-2 to fuse (3). Tobias Geerinckx-Rice 2023-07-23gnu: fuse@3: Bind to default FUSE variable....* gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users. Tobias Geerinckx-Rice 2023-07-23gnu: bindfs: Update to 1.17.4....* gnu/packages/file-systems.scm (bindfs): Update to 1.17.4. Tobias Geerinckx-Rice 2023-07-23gnu: curlftpfs: Add patches to fix bugs....* gnu/packages/file-systems.scm (curlftpfs)[source]: Add patches. * gnu/packages/patches/curlftpfs-fix-error-closing-file.patch, gnu/packages/patches/curlftpfs-fix-file-names.patch, gnu/packages/patches/curlftpfs-fix-memory-leak.patch, gnu/packages/patches/curlftpfs-fix-no_verify_hostname.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. Tobias Geerinckx-Rice 2023-07-23gnu: bcachefs-tools: Remove obsolete phase & inputs....* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Remove coreutils-minimal, gawk, and util-linux, needed for an old version of the mount.bcachefs wrapper that is no longer present. [arguments]: Remove custom #:phases. The build system no longer explicitly builds & installs a shared library. Tobias Geerinckx-Rice 2023-07-23gnu: bcachefs-tools: Fix shell script wrappers....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a new 'patch-shell-wrappers phase. Tobias Geerinckx-Rice 2023-07-16gnu: xfstests: Update to 1.1.0-2.87f90a2....This fixes the build. * gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-2.87f90a2. Tobias Geerinckx-Rice 2023-07-16gnu: bcachefs-tools: Update to 0.1-17.c8bec83....* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-17.c8bec83. [arguments]: Remove obsolete PYTEST_ variables from #:make-flags, and add NO_RUST. Delete the obsolete 'promote-mount.bcachefs.sh phase. Add a custom 'check phase. [native-inputs]: Consolidate separate lists. Tobias Geerinckx-Rice 2023-07-16gnu: bcachefs-tools: Respect input rewriting....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Rewrite the 'promote-mount.bcachefs.sh phase to use SEARCH-INPUT-FILE. Tobias Geerinckx-Rice 2023-07-16gnu: python-dropbox: Update to 11.36.2....* gnu/packages/file-systems.scm (python-dropbox): Update to 11.36.2. Tobias Geerinckx-Rice 2023-07-09gnu: avfs: Use HTTPS home page....* gnu/packages/file-systems.scm (avfs)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2023-07-02gnu: bees: Update to 0.10....* gnu/packages/file-systems.scm (bees): Update to 0.10. Tobias Geerinckx-Rice 2023-06-19gnu: zfs: Update to 2.1.12....* gnu/packages/file-systems.scm (zfs): Update to 2.1.12. Signed-off-by: Christopher Baines <mail@cbaines.net> Kaelyn Takata 2023-06-12gnu: gocryptfs: Update to 2.4.0....* gnu/packages/file-systems.scm (gocryptfs): Update to 2.4.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Felix Lechner 2023-06-01gnu: Add squashfuse....* gnu/packages/file-systems.scm (squashfuse): New variable. Ricardo Wurmus 2023-05-07gnu: zfs: Update to 2.1.11....* gnu/packages/file-systems.scm (zfs): Update to 2.1.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kaelyn Takata