From 84ac68a6d1c011ec4d27c8f159a1977ba89355fe Mon Sep 17 00:00:00 2001 From: msglm Date: Sat, 20 Jul 2024 06:47:18 -0500 Subject: bump stashley version number --- python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python-xyz.scm') diff --git a/python-xyz.scm b/python-xyz.scm index 03cca2c..73cb686 100644 --- a/python-xyz.scm +++ b/python-xyz.scm @@ -57,7 +57,7 @@ (define-public stashley (package (name "stashley") - (version "2.0.1") + (version "2.0.2") (source (origin (method git-fetch) (uri (git-reference @@ -66,7 +66,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1zrbw4b0jmczaf0dbp29vv2997n42l12nxwq4wji3zm9bwcgb4zg")))) + "1rdzgf6cynnmyy3fwkbyvffpz7vkqsa2isp1dblrqas0arqgplqh")))) (build-system pyproject-build-system) (arguments '( -- cgit v1.2.3