gnu: sane-backends-minimal: Update to 1.0.32.

* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.32.
[arguments]: Adapt the ‘zap-unnecessary-git-dependency’ phase to the new
tools/git-version-gen script.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-15 16:20:39 +01:00
parent cf9047b222
commit 78ce446b20
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -43,7 +43,7 @@ (define-module (gnu packages scanner)
(define-public sane-backends-minimal
(package
(name "sane-backends-minimal")
(version "1.0.31")
(version "1.0.32")
(source (origin
(method git-fetch)
(uri (git-reference
@ -51,7 +51,7 @@ (define-public sane-backends-minimal
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "161hh2zcs2fh6vxxgavf3m0xbm1gbxkasp10p8964pkzxax8rwqp"))
(base32 "13jlqdp7n7z2n78v6idl3ri5idk7ddk9j8wrmh73lba8l9y8xnsi"))
(modules '((guix build utils)))
(snippet
;; Generated HTML files and udev rules normally embed a
@ -77,9 +77,11 @@ (define-public sane-backends-minimal
(modify-phases %standard-phases
(add-before 'bootstrap 'zap-unnecessary-git-dependency
(lambda _
(substitute* "configure.ac"
(("git describe --dirty")
(string-append "echo " ,version)))))
;; This runs before default patch-shebangs phase.
(substitute* "tools/git-version-gen"
(("/bin/sh") (which "sh")))
(with-output-to-file ".tarball-version"
(lambda _ (format #t ,version)))))
(add-before 'configure 'disable-backends
(lambda _
(setenv "BACKENDS" " ")