mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
Revert "gnu: chuffed: Update to 0.13.2."
This reverts commit bc6742e168
.
This makes it possible to apply the v3 patch series of issue #70087
and to properly credit its author.
This commit is contained in:
parent
bc6742e168
commit
dfdad66f5a
1 changed files with 2 additions and 3 deletions
|
@ -310,16 +310,15 @@ (define-public calc
|
||||||
(define-public chuffed
|
(define-public chuffed
|
||||||
(package
|
(package
|
||||||
(name "chuffed")
|
(name "chuffed")
|
||||||
(version "0.13.2")
|
(version "0.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/chuffed/chuffed")
|
(url "https://github.com/chuffed/chuffed")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "164brmwn71p9gb2441kh7b1gzmy2sg7bjv5z00wjs9nw41qc908g"))))
|
(base32 "1c28q166qh84q4i5wz77fqvw7kld3fmhd245sgdvyxcbjpi2wr0m"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(synopsis "Lazy clause generation solver")
|
(synopsis "Lazy clause generation solver")
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue