me
/
guix
Archived
1
0
Fork 0

gnu: axc: Update to 0.3.7.

* gnu/packages/messaging.scm (axc): Update to 0.3.7.
master
Tobias Geerinckx-Rice 2022-07-24 02:00:10 +02:00
parent 555d53d486
commit ac65e3029b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -583,7 +583,7 @@ end-to-end encryption.")
(define-public axc (define-public axc
(package (package
(name "axc") (name "axc")
(version "0.3.6") (version "0.3.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -593,12 +593,13 @@ end-to-end encryption.")
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
`(begin `(begin
;; Submodules ;; Empty directories meant to hold submodules that we provide as
;; proper inputs below.
(delete-file-recursively "lib"))) (delete-file-recursively "lib")))
(file-name (file-name
(git-file-name name version)) (git-file-name name version))
(sha256 (sha256
(base32 "05sv7l6lk0xk4wb2bspc2sdpygrb1f0szzi82a1kyfm0fjz887b3")))) (base32 "0b02b9flri374f8aw6xfz7mm9s57rb7393r8mdphv7kcsf76i7i5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases