mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pantalaimon: Update to 0.10.5.
* gnu/packages/matrix.scm (pantalaimon): Update to 0.10.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d37f4f4ac7
commit
6fc185bc79
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ (define-public python-matrix-nio
|
|||
(define-public pantalaimon
|
||||
(package
|
||||
(name "pantalaimon")
|
||||
(version "0.10.3")
|
||||
(version "0.10.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -245,7 +245,7 @@ (define-public pantalaimon
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"153d8083lj3qqirbv5q1d3igzd61a5kyzfk7xmv29sd3jbs8ysm9"))))
|
||||
"16ask8v00654q307c55q5gnm8hrj40gibpab5zl52v4i0bgl9j68"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue