guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-shellingham: Update to 1.5.1.


From: guix-commits
Subject: 02/03: gnu: python-shellingham: Update to 1.5.1.
Date: Sat, 22 Apr 2023 17:26:36 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 5a8fa27fe49aa21b353d9d026a99a71a1cc05529
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 23 00:24:47 2023 +0300

    gnu: python-shellingham: Update to 1.5.1.
    
    * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.5.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0d485e060e..7eea5d78cc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17715,13 +17715,13 @@ implementation has been adapted, improved, and fixed 
from Molten.")
 (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]