From c3c0194c54265ac7a9b279ab57b919c987e54bcb Mon Sep 17 00:00:00 2001
From: Alice BRENON <alice.brenon@ens-lyon.fr>
Date: Wed, 28 Dec 2022 18:18:41 +0100
Subject: [PATCH] Fix broken package for soprano

---
 geode/packages/encoding.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geode/packages/encoding.scm b/geode/packages/encoding.scm
index a490f56..abf6f26 100644
--- a/geode/packages/encoding.scm
+++ b/geode/packages/encoding.scm
@@ -6,6 +6,7 @@
                           ghc-edit-distance
                           ghc-optparse-applicative
                           ghc-pipes
+                          ghc-roman-numerals
                           ghc-xml))
   #:use-module ((guix build-system gnu)
                 #:select (gnu-build-system))
@@ -99,7 +100,7 @@ clean the ALTO files.")
                     (commit version)))
               (sha256
                (base32
-                "17njp16nn2lf7xldkdbkhm7p7vji61pmli3fsdbk9azys1k2yhvy"))))
+                "01wx5dkjykhxrj146x2zl5rq5y9w7hnbrghrd638y9w7i61hlln3"))))
     (build-system haskell-build-system)
     (inputs (list ghc-edit-distance ghc-pipes ghc-roman-numerals ghc-xml
                   ghc-optparse-applicative))
-- 
GitLab