mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-09 22:50:34 +02:00
gnu: python-objgraph: Update to 3.4.1.
* gnu/packages/python-xyz.scm (python-objgraph): Update to 3.4.1.
This commit is contained in:
@@ -9985,14 +9985,14 @@ are synchronized with data exchanges on \"channels\".")
|
||||
(define-public python-objgraph
|
||||
(package
|
||||
(name "python-objgraph")
|
||||
(version "3.4.0")
|
||||
(version "3.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "objgraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"184m09am5gpbqfaiy7l0hwh476mczbrly1dffs0rw2p1d1i2q32a"))))
|
||||
"19qmqsh984zq1rzzjy4vqnmviaqnymcyl8h7z99pnicbgwnm2adz"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-graphviz" ,python-graphviz)))
|
||||
|
||||
Reference in New Issue
Block a user