mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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 © 2022, 2023 Liliana Marie Prikler <liliana.prikler@gmail.com>
|
||||||
;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
|
;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
|
||||||
;;; Copyright © 2023 David Elsing <david.elsing@posteo.net>
|
;;; Copyright © 2023 David Elsing <david.elsing@posteo.net>
|
||||||
|
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -429,7 +430,7 @@ (define-public python-telingo
|
||||||
(define-public python-clingraph
|
(define-public python-clingraph
|
||||||
(package
|
(package
|
||||||
(name "python-clingraph")
|
(name "python-clingraph")
|
||||||
(version "1.1.0")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -438,7 +439,7 @@ (define-public python-clingraph
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bdhli20nw9qnyxmpisgz7m97d7bwx6lbmxy9bgqvm6mipprnv3n"))))
|
"16q54rkwr84byzy27795rl9z08kcyxsg7lfk017yr8p5axh9a9rr"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(inputs (list dot2tex graphviz))
|
(inputs (list dot2tex graphviz))
|
||||||
(propagated-inputs (list python-clingo
|
(propagated-inputs (list python-clingo
|
||||||
|
|
Loading…
Reference in a new issue