mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: python-clingraph: Update to 1.1.2.
* gnu/packages/potassco.scm (python-clingraph): Update to 1.1.2. Change-Id: I5910853d39389ff9ad981543204fd8ef1445e495
This commit is contained in:
parent
dc1719cba4
commit
7d10e49dfc
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
;;; Copyright © 2022, 2023 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
||||
;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
|
||||
;;; Copyright © 2023 David Elsing <david.elsing@posteo.net>
|
||||
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -429,7 +430,7 @@ (define-public python-telingo
|
|||
(define-public python-clingraph
|
||||
(package
|
||||
(name "python-clingraph")
|
||||
(version "1.1.0")
|
||||
(version "1.1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -438,7 +439,7 @@ (define-public python-clingraph
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bdhli20nw9qnyxmpisgz7m97d7bwx6lbmxy9bgqvm6mipprnv3n"))))
|
||||
"16q54rkwr84byzy27795rl9z08kcyxsg7lfk017yr8p5axh9a9rr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(inputs (list dot2tex graphviz))
|
||||
(propagated-inputs (list python-clingo
|
||||
|
|
Loading…
Reference in a new issue