gnu: python-shellingham: Update to 1.5.1.

* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.5.1.
This commit is contained in:
Efraim Flashner 2023-04-23 00:24:47 +03:00
parent db9ef31b8f
commit 5a8fa27fe4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -17715,13 +17715,13 @@ (define-public python-tomlkit
(define-public python-shellingham
(package
(name "python-shellingham")
(version "1.4.0")
(version "1.5.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "shellingham" version))
(sha256
(base32 "07hpndvcv9mf9hp54b4apzpwzmzfzl8ryaacsfdq4139im2w4ma8"))))
(base32 "0iawv24xx6vhwbhqlxyyg901f8pf6abqyfg0711v1bvlipx83g21"))))
(build-system python-build-system)
(home-page "https://github.com/sarugaku/shellingham")
(synopsis "Tool to detect surrounding shell")