mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: artanis: Update to 1.3.0.
* gnu/packages/guile-xyz.scm (artanis): Update to 1.3.0. Change-Id: I2e1f060863ea886fe8a4ca42712f9a19d7b0837d Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
bc2f435f04
commit
28e9bb42c1
1 changed files with 2 additions and 2 deletions
|
@ -163,14 +163,14 @@
|
||||||
(define-public artanis
|
(define-public artanis
|
||||||
(package
|
(package
|
||||||
(name "artanis")
|
(name "artanis")
|
||||||
(version "1.2.2")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/artanis/artanis-"
|
(uri (string-append "mirror://gnu/artanis/artanis-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"013rs623075bbf824hf6jxng0kwbmg587l45fis9mmpq5168kspq"))
|
"16cwjyl0ykz6r7vvczrwaik6y4pc0fwc0hvwskfbgv9z71j2alzi"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue