gnu: bigloo: Update to 4.3f.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 23 Dec 2019 23:00:33 +0000 (00:00 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 24 Dec 2019 03:01:06 +0000 (04:01 +0100)
* gnu/packages/scheme.scm (bigloo): Update to 4.3f.

gnu/packages/scheme.scm

index cc69c54..c8a21c1 100644 (file)
@@ -223,20 +223,18 @@ features an integrated Emacs-like editor and a large runtime library.")
 
 (define-public bigloo
   ;; Upstream modifies source tarballs in place, making significant changes
-  ;; long after the initial publication: <https://bugs.gnu.org/33525>.  For
-  ;; transparency, we give this "second 4.3b" release a different version
-  ;; number.
-  (let ((upstream-version "4.3e"))
+  ;; long after the initial publication: <https://bugs.gnu.org/33525>.
+  (let ((upstream-version "4.3f"))
     (package
       (name "bigloo")
-      (version "4.3e1")
+      (version "4.3f")
       (source (origin
                 (method url-fetch)
                 (uri (string-append "ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo"
                                     upstream-version ".tar.gz"))
                 (sha256
                  (base32
-                  "12k1kxyn3yilba0508xh8wkrw6279gnghzqi0bs2ayf5d2wkqdj3"))
+                  "09whj8z91qbihk59dw2yb2ccbx9nk1c4l65j62pfs1pz822cpyh9"))
                 ;; Remove bundled libraries.
                 (modules '((guix build utils)))
                 (snippet