gnu: sbcl-file-attributes: Update to 20210302.

* gnu/packages/lisp-xyz.scm (sbcl-file-attributes): Update to 20210302.
This commit is contained in:
Pierre Neidhardt 2021-03-03 08:41:14 +01:00
parent 759a526f5f
commit 62418f3da7
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -14650,10 +14650,10 @@ (define-public cl-daemon
(sbcl-package->cl-source-package sbcl-daemon))
(define-public sbcl-file-attributes
(let ((commit "2c6fdb08f136d5f9a8d12626ed5b64edc2ae1bb8"))
(let ((commit "bbde396438f37d676de9775239115410bec4da2d"))
(package
(name "sbcl-file-attributes")
(version (git-version "1.0.0" "1" commit))
(version (git-version "1.0.0" "2" commit))
(source
(origin
(method git-fetch)
@ -14662,7 +14662,7 @@ (define-public sbcl-file-attributes
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1vi1h6pd04g41ay3hr76ac89isyz4x864g87r8v9xcl4gizkzwlq"))))
(base32 "0n8q818ry2shggjfhp8gjby8v5mla9pg97c5g19pcglpnwim7a74"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("cffi" ,sbcl-cffi)