mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-23 12:24:09 +02:00
gnu: python-inline-snapshot: Update to 0.32.6.
* gnu/packages/python-check.scm (python-inline-snapshot): Update to 0.32.6. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
bc563c9a87
commit
8a8de30ede
@@ -1538,7 +1538,7 @@ to establish class invariants.")
|
||||
(define-public python-inline-snapshot
|
||||
(package
|
||||
(name "python-inline-snapshot")
|
||||
(version "0.32.5")
|
||||
(version "0.32.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -1547,7 +1547,7 @@ to establish class invariants.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zbg9kydbqh51ksvc5qkdf4fap543ff2ay5nb9726lmli4q2hyn6"))))
|
||||
(base32 "1xcn26z1c7awkfpbjnr579vk7nchvl7vn3c2i88ihyabjblmy0d5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user