gnu: Remove ".git" from "https://github/…/….git".
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix swh) would sometimes return #f for these because the ".git" URLs are redirects to the non-".git" URLs. Consequently, 'guix lint -c archival' would keep saying "scheduled Software Heritage archival"; likewise, the fallback download code would fail. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm, gnu/packages/android.scm, gnu/packages/animation.scm, gnu/packages/arcan.scm, gnu/packages/assembly.scm, gnu/packages/audio.scm, gnu/packages/authentication.scm, gnu/packages/avr.scm, gnu/packages/axoloti.scm, gnu/packages/backup.scm, gnu/packages/bash.scm, gnu/packages/benchmark.scm, gnu/packages/bioconductor.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/build-tools.scm, gnu/packages/c.scm, gnu/packages/calendar.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/chez.scm, gnu/packages/clojure.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/compton.scm, gnu/packages/coq.scm, gnu/packages/cpp.scm, gnu/packages/cran.scm, gnu/packages/crypto.scm, gnu/packages/curl.scm, gnu/packages/databases.scm, gnu/packages/datastructures.scm, gnu/packages/debug.scm, gnu/packages/disk.scm, gnu/packages/distributed.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/dns.scm, gnu/packages/docker.scm, gnu/packages/education.scm, gnu/packages/efi.scm, gnu/packages/elixir.scm, gnu/packages/emacs-xyz.scm, gnu/packages/embedded.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/erlang.scm, gnu/packages/fabric-management.scm, gnu/packages/file-systems.scm, gnu/packages/finance.scm, gnu/packages/firmware.scm, gnu/packages/flashing-tools.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/fpga.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/genealogy.scm, gnu/packages/genimage.scm, gnu/packages/geo.scm, gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/gnome-xyz.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/golang.scm, gnu/packages/gpodder.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/groovy.scm, gnu/packages/gtk.scm, gnu/packages/guile-xyz.scm, gnu/packages/guile.scm, gnu/packages/hardware.scm, gnu/packages/haskell-apps.scm, gnu/packages/haskell-xyz.scm, gnu/packages/hexedit.scm, gnu/packages/i2p.scm, gnu/packages/ibus.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/ipfs.scm, gnu/packages/java-graphics.scm, gnu/packages/java-maths.scm, gnu/packages/java.scm, gnu/packages/javascript.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/jupyter.scm, gnu/packages/kodi.scm, gnu/packages/language.scm, gnu/packages/lego.scm, gnu/packages/less.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm, gnu/packages/lirc.scm, gnu/packages/lisp-xyz.scm, gnu/packages/llvm.scm, gnu/packages/logging.scm, gnu/packages/lolcode.scm, gnu/packages/lua.scm, gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/maths.scm, gnu/packages/maven.scm, gnu/packages/mes.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/node-xyz.scm, gnu/packages/ocaml.scm, gnu/packages/ocr.scm, gnu/packages/onc-rpc.scm, gnu/packages/opencl.scm, gnu/packages/opencog.scm, gnu/packages/pantheon.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/phabricator.scm, gnu/packages/popt.scm, gnu/packages/printers.scm, gnu/packages/prolog.scm, gnu/packages/protobuf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/radio.scm, gnu/packages/rails.scm, gnu/packages/rdf.scm, gnu/packages/rednotebook.scm, gnu/packages/rpc.scm, gnu/packages/rsync.scm, gnu/packages/ruby.scm, gnu/packages/rust.scm, gnu/packages/scheme.scm, gnu/packages/screen.scm, gnu/packages/security-token.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/shellutils.scm, gnu/packages/simh.scm, gnu/packages/sml.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/stenography.scm, gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/synergy.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm, gnu/packages/tex.scm, gnu/packages/texinfo.scm, gnu/packages/text-editors.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tmux.scm, gnu/packages/tor.scm, gnu/packages/toys.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/virtualization.scm, gnu/packages/vlang.scm, gnu/packages/vnc.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wireservice.scm, gnu/packages/wm.scm, gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
This commit is contained in:
		
							parent
							
								
									c10526672e
								
							
						
					
					
						commit
						b0e7b6992f
					
				
					 192 changed files with 1673 additions and 1673 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,7 @@
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/AdaCore/langkit.git")
 | 
			
		||||
                      (url "https://github.com/AdaCore/langkit")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -70,7 +70,7 @@ Ada library with bindings for the C and Python programming languages.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/AdaCore/libadalang.git")
 | 
			
		||||
                      (url "https://github.com/AdaCore/libadalang")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -147,7 +147,7 @@
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       (uri
 | 
			
		||||
        (git-reference
 | 
			
		||||
         (url "https://github.com/nomius/ktsuss.git")
 | 
			
		||||
         (url "https://github.com/nomius/ktsuss")
 | 
			
		||||
         (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0q9931f9hp47v1n8scli4bdg2rkjpf5jf8v7jj2gdn83aia1r2hz"))
 | 
			
		||||
| 
						 | 
				
			
			@ -220,7 +220,7 @@ usual file attributes can be checked for inconsistencies.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Xfennec/progress.git")
 | 
			
		||||
             (url "https://github.com/Xfennec/progress")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1cnb4ixlhshn139mj5sr42k5m6gjjbyqvkn1324c47niwrgp7dqm"))
 | 
			
		||||
| 
						 | 
				
			
			@ -1488,7 +1488,7 @@ commands and their arguments.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Duncaen/OpenDoas.git")
 | 
			
		||||
                    (url "https://github.com/Duncaen/OpenDoas")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1916,7 +1916,7 @@ system is under heavy load.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/dharple/detox.git")
 | 
			
		||||
                    (url "https://github.com/dharple/detox")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2106,7 +2106,7 @@ degradation and failure.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/adrianlopezroche/fdupes.git")
 | 
			
		||||
             (url "https://github.com/adrianlopezroche/fdupes")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2358,7 +2358,7 @@ lookup to YAML Mode.  You could enable the mode with @code{(add-hook
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/opsengine/cpulimit.git")
 | 
			
		||||
             (url "https://github.com/opsengine/cpulimit")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2397,7 +2397,7 @@ limits.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/wting/autojump.git")
 | 
			
		||||
             (url "https://github.com/wting/autojump")
 | 
			
		||||
             (commit (string-append "release-v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2443,7 +2443,7 @@ frequently used directories by typing only a small pattern.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/clvv/fasd.git")
 | 
			
		||||
                    (url "https://github.com/clvv/fasd")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2675,7 +2675,7 @@ results (ndiff), and a packet generation and response analysis tool (nping).")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dagwieers/dstat.git")
 | 
			
		||||
             (url "https://github.com/dagwieers/dstat")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name "dstat" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2727,7 +2727,7 @@ throughput (in the same interval).")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/nvbn/thefuck.git")
 | 
			
		||||
             (url "https://github.com/nvbn/thefuck")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2803,7 +2803,7 @@ produce uniform output across heterogeneous networks.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/valr/cbatticon.git")
 | 
			
		||||
             (url "https://github.com/valr/cbatticon")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0ivm2dzhsa9ir25ry418r2qg2llby9j7a6m3arbvq5c3kaj8m9jr"))
 | 
			
		||||
| 
						 | 
				
			
			@ -2839,7 +2839,7 @@ the status of your battery in the system tray.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/TrilbyWhite/interrobang.git")
 | 
			
		||||
               (url "https://github.com/TrilbyWhite/interrobang")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2915,7 +2915,7 @@ Kerberos and Heimdal and FAST is supported with recent MIT Kerberos.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/linux-sunxi/sunxi-tools.git")
 | 
			
		||||
             (url "https://github.com/linux-sunxi/sunxi-tools")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "04f3jqg8ww4jxsf9c6ddcdgy2xbhkyp0b3l5f1hvvbv94p81rjxd"))
 | 
			
		||||
| 
						 | 
				
			
			@ -3020,7 +3020,7 @@ in order to be able to find it.
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/aureliojargas/sedsed.git")
 | 
			
		||||
             (url "https://github.com/aureliojargas/sedsed")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3423,7 +3423,7 @@ on systems running the Linux kernel.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/robertdavidgraham/masscan.git")
 | 
			
		||||
             (url "https://github.com/robertdavidgraham/masscan")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3534,7 +3534,7 @@ launch daemons into the relevant nodes.")
 | 
			
		|||
              ;; We use git checkout to avoid github auto-generated tarballs
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/hpc/Spindle.git")
 | 
			
		||||
                    (url "https://github.com/hpc/Spindle")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3745,7 +3745,7 @@ support forum.  It runs with the @code{/exec} command in most IRC clients.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pwr/Solaar.git")
 | 
			
		||||
                    (url "https://github.com/pwr/Solaar")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3958,7 +3958,7 @@ supplied by the user when logging in.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/kellyjonbrazil/jc.git")
 | 
			
		||||
                    (url "https://github.com/kellyjonbrazil/jc")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3982,7 +3982,7 @@ file-types for easier parsing in scripts.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/kellyjonbrazil/jtbl.git")
 | 
			
		||||
                    (url "https://github.com/kellyjonbrazil/jtbl")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4004,7 +4004,7 @@ text table representation to stdout.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/xwmx/hosts.git")
 | 
			
		||||
                    (url "https://github.com/xwmx/hosts")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -91,7 +91,7 @@ characters, and is highly robust.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dmtx/libdmtx.git")
 | 
			
		||||
             (url "https://github.com/dmtx/libdmtx")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -163,7 +163,7 @@ Python as well as GUI widgets for GTK and Qt.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/nayuki/QR-Code-generator.git")
 | 
			
		||||
                     (url "https://github.com/nayuki/QR-Code-generator")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (patches (search-patches "qrcodegen-cpp-make-install.patch"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -155,7 +155,7 @@ line applications.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fplll/fplll.git")
 | 
			
		||||
                    (url "https://github.com/fplll/fplll")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -205,7 +205,7 @@ the real span of the lattice.")
 | 
			
		|||
       ;; Github instead.
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/fplll/fpylll.git")
 | 
			
		||||
             (url "https://github.com/fplll/fpylll")
 | 
			
		||||
             (commit (string-append version "dev"))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -499,7 +499,7 @@ fast arithmetic.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fredrik-johansson/arb.git")
 | 
			
		||||
                    (url "https://github.com/fredrik-johansson/arb")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -544,7 +544,7 @@ real and complex numbers, with automatic, rigorous error control.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fredrik-johansson/python-flint.git")
 | 
			
		||||
                    (url "https://github.com/fredrik-johansson/python-flint")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -737,7 +737,7 @@ syntax is similar to that of C, so basic usage is familiar.  It also includes
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/extemporelang/kiss_fft.git")
 | 
			
		||||
                    (url "https://github.com/extemporelang/kiss_fft")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -843,7 +843,7 @@ cosine/ sine transforms or DCT/DST).")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/vkostyukov/la4j.git")
 | 
			
		||||
                    (url "https://github.com/vkostyukov/la4j")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -965,7 +965,7 @@ algorithms from the FORTRAN library MINPACK.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/symengine/symengine.git")
 | 
			
		||||
             (url "https://github.com/symengine/symengine")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1084,7 +1084,7 @@ features, and more.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/QuantStack/xtensor.git")
 | 
			
		||||
                    (url "https://github.com/QuantStack/xtensor")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -65,7 +65,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/daym/android-make-stub.git")
 | 
			
		||||
            (url "https://github.com/daym/android-make-stub")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (file-name (string-append "android-make-stub-"
 | 
			
		||||
                                version "-checkout"))
 | 
			
		||||
| 
						 | 
				
			
			@ -99,7 +99,7 @@ use their packages mostly unmodified in our Android NDK build system.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
              (url "https://github.com/google/googletest.git")
 | 
			
		||||
              (url "https://github.com/google/googletest")
 | 
			
		||||
              (commit (string-append "release-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -201,7 +201,7 @@ contains the graphical user interface for synfig.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/LostMoho/Papagayo.git")
 | 
			
		||||
                      (url "https://github.com/LostMoho/Papagayo")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,7 +59,7 @@
 | 
			
		|||
                (method git-fetch)
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/letoram/arcan.git")
 | 
			
		||||
                      (url "https://github.com/letoram/arcan")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32 "1pd0avlzc2rig1hd37zbhc7r2s6fjzdhshfg9l9cfzibl7caclyw"))))
 | 
			
		||||
| 
						 | 
				
			
			@ -145,7 +145,7 @@
 | 
			
		|||
                            (method git-fetch)
 | 
			
		||||
                            (file-name "arcan-openal-0.5.4")
 | 
			
		||||
                            (uri (git-reference
 | 
			
		||||
                                  (url "https://github.com/letoram/openal.git")
 | 
			
		||||
                                  (url "https://github.com/letoram/openal")
 | 
			
		||||
                                  (commit "1c7302c580964fee9ee9e1d89ff56d24f934bdef")))
 | 
			
		||||
                            (sha256
 | 
			
		||||
                             (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -195,7 +195,7 @@ engine programmable using Lua.")
 | 
			
		|||
         (method git-fetch)
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/letoram/xarcan.git")
 | 
			
		||||
               (url "https://github.com/letoram/xarcan")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (sha256
 | 
			
		||||
          (base32 "0zng7cs6733mnf0p6g5wv02981f2sf567n56csax6cmzb8fpamym"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -263,7 +263,7 @@ runtime")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/rednex/rgbds.git")
 | 
			
		||||
                    (url "https://github.com/rednex/rgbds")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -310,7 +310,7 @@ package for the Game Boy and Game Boy Color.  It consists of:
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/vhelin/wla-dx.git")
 | 
			
		||||
                    (url "https://github.com/vhelin/wla-dx")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -380,7 +380,7 @@ as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...),
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Kingcom/armips.git")
 | 
			
		||||
             (url "https://github.com/Kingcom/armips")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -400,7 +400,7 @@ engineers, musicians, soundtrack editors and composers.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/audacity/audacity.git")
 | 
			
		||||
             (url "https://github.com/audacity/audacity")
 | 
			
		||||
             (commit (string-append "Audacity-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -718,7 +718,7 @@ tools (analyzer, mono/stereo tools, crossovers).")
 | 
			
		|||
             ;; Actually https://github.com/moddevices/caps-lv2.git, but it's
 | 
			
		||||
             ;; missing fixes for newer glibc, so using the origin of a pull
 | 
			
		||||
             ;; request regarding this issue:
 | 
			
		||||
             (url "https://github.com/jujudusud/caps-lv2.git")
 | 
			
		||||
             (url "https://github.com/jujudusud/caps-lv2")
 | 
			
		||||
             (commit "9c9478b7fbd8f9714f552ebe2a6866398b0babfb")))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -754,7 +754,7 @@ generators of mostly elementary and occasionally exotic nature.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/ssj71/infamousPlugins.git")
 | 
			
		||||
                    (url "https://github.com/ssj71/infamousPlugins")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -793,7 +793,7 @@ envelope follower, distortion effects, tape effects and more.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/swh/ladspa.git")
 | 
			
		||||
                    (url "https://github.com/swh/ladspa")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -823,7 +823,7 @@ envelope follower, distortion effects, tape effects and more.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/swh/lv2.git")
 | 
			
		||||
                    (url "https://github.com/swh/lv2")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -869,7 +869,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/csound/csound.git")
 | 
			
		||||
             (url "https://github.com/csound/csound")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1259,7 +1259,7 @@ follower.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/FluidSynth/fluidsynth.git")
 | 
			
		||||
                    (url "https://github.com/FluidSynth/fluidsynth")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1339,7 +1339,7 @@ PS, and DAB+.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/grame-cncm/faust.git")
 | 
			
		||||
                    (url "https://github.com/grame-cncm/faust")
 | 
			
		||||
                    (commit (string-append "v"
 | 
			
		||||
                                           (string-map (lambda (c)
 | 
			
		||||
                                                         (if (char=? c #\.) #\- c))
 | 
			
		||||
| 
						 | 
				
			
			@ -2100,7 +2100,7 @@ software.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/lvtk/lvtk.git")
 | 
			
		||||
                   (url "https://github.com/lvtk/lvtk")
 | 
			
		||||
                   (commit version)))
 | 
			
		||||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2302,7 +2302,7 @@ into various outputs and to start, stop and configure jackd")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/orouits/qjackrcd.git")
 | 
			
		||||
                    (url "https://github.com/orouits/qjackrcd")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2337,7 +2337,7 @@ background file post-processing.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/supercollider/supercollider.git")
 | 
			
		||||
                    (url "https://github.com/supercollider/supercollider")
 | 
			
		||||
                    (commit (string-append "Version-" version))
 | 
			
		||||
                    ;; for nova-simd, nova-tt, hidapi, TLSF, oscpack
 | 
			
		||||
                    (recursive? #t)))
 | 
			
		||||
| 
						 | 
				
			
			@ -3084,7 +3084,7 @@ synthesizer written in C++.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Themaister/RSound.git")
 | 
			
		||||
             (url "https://github.com/Themaister/RSound")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3123,7 +3123,7 @@ with a much different focus than most other audio daemons.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/johnhldavis/xjackfreak.git")
 | 
			
		||||
                    (url "https://github.com/johnhldavis/xjackfreak")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3308,7 +3308,7 @@ point audio data.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/svend/cuetools.git")
 | 
			
		||||
                   (url "https://github.com/svend/cuetools")
 | 
			
		||||
                   (commit version)))
 | 
			
		||||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3358,7 +3358,7 @@ use them split WAVE data into multiple files.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/foo86/dcadec.git")
 | 
			
		||||
                    (url "https://github.com/foo86/dcadec")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3436,7 +3436,7 @@ loudness of audio and video files to the same level.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/irungentoo/filter_audio.git")
 | 
			
		||||
               (url "https://github.com/irungentoo/filter_audio")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3545,7 +3545,7 @@ mixers.")
 | 
			
		|||
              ;; bootstrapped build system.
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Arkq/bluez-alsa.git")
 | 
			
		||||
                    (url "https://github.com/Arkq/bluez-alsa")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3654,7 +3654,7 @@ the Snd sources), Ruby, or Forth.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/lucianodato/noise-repellent.git")
 | 
			
		||||
                    (url "https://github.com/lucianodato/noise-repellent")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3699,7 +3699,7 @@ the following features:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dpayne/cli-visualizer.git")
 | 
			
		||||
             (url "https://github.com/dpayne/cli-visualizer")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3744,7 +3744,7 @@ representations.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/karlstav/cava.git")
 | 
			
		||||
                    (url "https://github.com/karlstav/cava")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3897,7 +3897,7 @@ library.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/FNA-XNA/FAudio.git")
 | 
			
		||||
             (url "https://github.com/FNA-XNA/FAudio")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4040,7 +4040,7 @@ as is the case with audio plugins.")
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       (uri
 | 
			
		||||
        (git-reference
 | 
			
		||||
         (url "https://github.com/falkTX/Carla.git")
 | 
			
		||||
         (url "https://github.com/falkTX/Carla")
 | 
			
		||||
         (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4291,7 +4291,7 @@ minimum.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/drowe67/codec2.git")
 | 
			
		||||
             (url "https://github.com/drowe67/codec2")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4324,7 +4324,7 @@ digital radio.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Ableton/link.git")
 | 
			
		||||
                    (url "https://github.com/Ableton/link")
 | 
			
		||||
                    (commit (string-append "Link-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -101,7 +101,7 @@ and the time-based @dfn{TOTP} algorithm (RFC6238).")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/Yubico/yubico-pam.git")
 | 
			
		||||
                      (url "https://github.com/Yubico/yubico-pam")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -176,7 +176,7 @@ C++.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ryansuchocki/microscheme.git")
 | 
			
		||||
             (url "https://github.com/ryansuchocki/microscheme")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1r3ng4pw1s9yy1h5rafra1rq19d3vmb5pzbpcz1913wz22qdd976"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -71,7 +71,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/axoloti/axoloti.git")
 | 
			
		||||
             (url "https://github.com/axoloti/axoloti")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -367,7 +367,7 @@ patcher application.")))
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/axoloti/axoloti.git")
 | 
			
		||||
             (url "https://github.com/axoloti/axoloti")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -607,7 +607,7 @@ patcher application.")))
 | 
			
		|||
           (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/JohannesTaelman/elfloader.git")
 | 
			
		||||
                   (url "https://github.com/JohannesTaelman/elfloader")
 | 
			
		||||
                   (commit commit)))
 | 
			
		||||
             (file-name (git-file-name "elfloader" commit))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -146,7 +146,7 @@ spying and/or modification by the server.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Parchive/par2cmdline.git")
 | 
			
		||||
                    (url "https://github.com/Parchive/par2cmdline")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -310,7 +310,7 @@ random access nor for in-place modification.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/miekg/rdup.git")
 | 
			
		||||
             (url "https://github.com/miekg/rdup")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -999,7 +999,7 @@ precious backup space.
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/zbackup/zbackup.git")
 | 
			
		||||
             (url "https://github.com/zbackup/zbackup")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -330,7 +330,7 @@ completion for many common commands.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/illusori/bash-tap.git")
 | 
			
		||||
             (url "https://github.com/illusori/bash-tap")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -373,7 +373,7 @@ capturing.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/bats-core/bats-core.git")
 | 
			
		||||
                    (url "https://github.com/bats-core/bats-core")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -131,7 +131,7 @@ is to write a job file matching the I/O load one wants to simulate.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/intel/mpi-benchmarks.git")
 | 
			
		||||
                    (url "https://github.com/intel/mpi-benchmarks")
 | 
			
		||||
                    (commit (string-append "IMB-v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -217,7 +217,7 @@ This can give a much better understanding of the command's performance.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/google/benchmark.git")
 | 
			
		||||
                    (url "https://github.com/google/benchmark")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2934,7 +2934,7 @@ qPCR data, but could be used with other types as well.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cole-trapnell-lab/monocle3.git")
 | 
			
		||||
             (url "https://github.com/cole-trapnell-lab/monocle3")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6509,7 +6509,7 @@ accessibility data.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/cole-trapnell-lab/cicero-release.git")
 | 
			
		||||
               (url "https://github.com/cole-trapnell-lab/cicero-release")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6530,7 +6530,7 @@ accessibility data.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/aertslab/cisTopic.git")
 | 
			
		||||
               (url "https://github.com/aertslab/cisTopic")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -189,7 +189,7 @@ structure of the predicted RNA.")
 | 
			
		|||
              (method git-fetch)
 | 
			
		||||
              ;; BamM is not available on pypi.
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Ecogenomics/BamM.git")
 | 
			
		||||
                    (url "https://github.com/Ecogenomics/BamM")
 | 
			
		||||
                    (commit version)
 | 
			
		||||
                    (recursive? #t)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -283,7 +283,7 @@ instance, it implements several methods to assess contig-wise read coverage.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pezmaster31/bamtools.git")
 | 
			
		||||
                    (url "https://github.com/pezmaster31/bamtools")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -361,7 +361,7 @@ transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/bedops/bedops.git")
 | 
			
		||||
                    (url "https://github.com/bedops/bedops")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -484,7 +484,7 @@ BED, GFF/GTF, VCF.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/PacificBiosciences/pbbam.git")
 | 
			
		||||
                    (url "https://github.com/PacificBiosciences/pbbam")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -540,7 +540,7 @@ Non-PacBio BAMs will cause exceptions to be thrown.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/PacificBiosciences/blasr_libcpp.git")
 | 
			
		||||
                    (url "https://github.com/PacificBiosciences/blasr_libcpp")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -602,7 +602,7 @@ hdf and alignment.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/PacificBiosciences/blasr.git")
 | 
			
		||||
                    (url "https://github.com/PacificBiosciences/blasr")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -693,7 +693,7 @@ provides the Ribotaper pipeline.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ratschlab/RiboDiff.git")
 | 
			
		||||
             (url "https://github.com/ratschlab/RiboDiff")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -737,7 +737,7 @@ independently with transcriptional regulation.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/lh3/bioawk.git")
 | 
			
		||||
                    (url "https://github.com/lh3/bioawk")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -900,7 +900,7 @@ Python.")
 | 
			
		|||
       ;; Use GitHub as source because PyPI distribution does not contain
 | 
			
		||||
       ;; test data: https://github.com/biocore/biom-format/issues/693
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/biocore/biom-format.git")
 | 
			
		||||
             (url "https://github.com/biocore/biom-format")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1567,7 +1567,7 @@ errors at the end of reads.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/BenLangmead/bowtie2.git")
 | 
			
		||||
                    (url "https://github.com/BenLangmead/bowtie2")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1783,7 +1783,7 @@ and more accurate.  BWA-MEM also has better performance than BWA-backtrack for
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pkerpedjiev/bwa-pssm.git")
 | 
			
		||||
                    (url "https://github.com/pkerpedjiev/bwa-pssm")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1813,7 +1813,7 @@ well as many of the command line options.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/brentp/bwa-meth.git")
 | 
			
		||||
                    (url "https://github.com/brentp/bwa-meth")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1887,7 +1887,7 @@ multiple sequence alignments.")
 | 
			
		|||
              (method git-fetch)
 | 
			
		||||
              ;; Test data is missing on PyPi.
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pysam-developers/pysam.git")
 | 
			
		||||
                    (url "https://github.com/pysam-developers/pysam")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2036,7 +2036,7 @@ high-throughput sequencing data – with an emphasis on simplicity.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/mhammell-laboratory/tetoolkit.git")
 | 
			
		||||
                    (url "https://github.com/mhammell-laboratory/tetoolkit")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2153,7 +2153,7 @@ databases.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/YeoLab/clipper.git")
 | 
			
		||||
                    (url "https://github.com/YeoLab/clipper")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2412,7 +2412,7 @@ interval trees with associated meta-data.  It is primarily used by the
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/deeptools/deepTools.git")
 | 
			
		||||
                    (url "https://github.com/deeptools/deepTools")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2480,7 +2480,7 @@ other types of unwanted sequence from high-throughput sequencing reads.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/dpryan79/libBigWig.git")
 | 
			
		||||
                    (url "https://github.com/dpryan79/libBigWig")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2560,7 +2560,7 @@ accessing bigWig files.")
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       ;; Source from GitHub so that tests are included.
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/jeetsukumaran/DendroPy.git")
 | 
			
		||||
             (url "https://github.com/jeetsukumaran/DendroPy")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2618,7 +2618,7 @@ with Python.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/dellytools/delly.git")
 | 
			
		||||
                    (url "https://github.com/dellytools/delly")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2665,7 +2665,7 @@ accurately delineate genomic rearrangements throughout the genome.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/bbuchfink/diamond.git")
 | 
			
		||||
                    (url "https://github.com/bbuchfink/diamond")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2700,7 +2700,7 @@ data and settings.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/maaskola/discrover.git")
 | 
			
		||||
             (url "https://github.com/maaskola/discrover")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2773,7 +2773,7 @@ of nucleic acid binding proteins.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/DReichLab/EIG.git")
 | 
			
		||||
             (url "https://github.com/DReichLab/EIG")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3021,7 +3021,7 @@ dynamic programming or a variety of heuristics.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/adarob/eXpress.git")
 | 
			
		||||
                    (url "https://github.com/adarob/eXpress")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3072,7 +3072,7 @@ ChIP-Seq, and analysis of metagenomic data.")
 | 
			
		|||
   (source (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/dparks1134/ExpressBetaDiversity.git")
 | 
			
		||||
                   (url "https://github.com/dparks1134/ExpressBetaDiversity")
 | 
			
		||||
                   (commit (string-append "v" version))))
 | 
			
		||||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3199,7 +3199,7 @@ results.  The FASTX-Toolkit tools perform some of these preprocessing tasks.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/seqan/flexbar.git")
 | 
			
		||||
                    (url "https://github.com/seqan/flexbar")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3342,7 +3342,7 @@ genes in incomplete assemblies or complete genomes.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ctSkennerton/fxtract.git")
 | 
			
		||||
               (url "https://github.com/ctSkennerton/fxtract")
 | 
			
		||||
               (commit version)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3378,7 +3378,7 @@ genes in incomplete assemblies or complete genomes.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ctSkennerton/util.git")
 | 
			
		||||
                   (url "https://github.com/ctSkennerton/util")
 | 
			
		||||
                   (commit util-commit)))
 | 
			
		||||
             (file-name (string-append
 | 
			
		||||
                         "ctstennerton-util-" util-commit "-checkout"))
 | 
			
		||||
| 
						 | 
				
			
			@ -3405,7 +3405,7 @@ comment or quality sections.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/xiangzhou/GEMMA.git")
 | 
			
		||||
                    (url "https://github.com/xiangzhou/GEMMA")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3465,7 +3465,7 @@ association studies (GWAS).")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/nboley/grit.git")
 | 
			
		||||
                    (url "https://github.com/nboley/grit")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3690,7 +3690,7 @@ from high-throughput sequencing assays.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/samtools/htsjdk.git")
 | 
			
		||||
                    (url "https://github.com/samtools/htsjdk")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3740,7 +3740,7 @@ manipulating HTS data.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/samtools/htsjdk.git")
 | 
			
		||||
                    (url "https://github.com/samtools/htsjdk")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3784,7 +3784,7 @@ manipulating HTS data.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/samtools/htsjdk.git")
 | 
			
		||||
                    (url "https://github.com/samtools/htsjdk")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3812,7 +3812,7 @@ manipulating HTS data.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/broadinstitute/picard.git")
 | 
			
		||||
                    (url "https://github.com/broadinstitute/picard")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append "java-picard-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3891,7 +3891,7 @@ VCF.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/broadinstitute/picard.git")
 | 
			
		||||
                    (url "https://github.com/broadinstitute/picard")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append "java-picard-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3981,7 +3981,7 @@ VCF.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/broadinstitute/picard.git")
 | 
			
		||||
                    (url "https://github.com/broadinstitute/picard")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append "java-picard-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4178,7 +4178,7 @@ The main functions of FastQC are:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/OpenGene/fastp.git")
 | 
			
		||||
             (url "https://github.com/OpenGene/fastp")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4258,7 +4258,7 @@ data.  It also provides the @command{bgzip}, @command{htsfile}, and
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/nboley/idr.git")
 | 
			
		||||
                    (url "https://github.com/nboley/idr")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4349,7 +4349,7 @@ command, or queried for specific k-mers with @code{jellyfish query}.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dib-lab/khmer.git")
 | 
			
		||||
             (url "https://github.com/dib-lab/khmer")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4457,7 +4457,7 @@ experiments.")
 | 
			
		|||
              ;; The PyPi tarball does not contain tests.
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/taoliu/MACS.git")
 | 
			
		||||
                    (url "https://github.com/taoliu/MACS")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4580,7 +4580,7 @@ sequences).")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/marbl/mash.git")
 | 
			
		||||
                    (url "https://github.com/marbl/mash")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4719,7 +4719,7 @@ probabilistic distances of genome abundance and tetranucleotide frequency.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/ctSkennerton/minced.git")
 | 
			
		||||
                    (url "https://github.com/ctSkennerton/minced")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4861,7 +4861,7 @@ program for nucleotide and protein sequences.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/tjunier/newick_utils.git")
 | 
			
		||||
                      (url "https://github.com/tjunier/newick_utils")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4999,7 +4999,7 @@ the phenotype as it models the data.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/PacificBiosciences/cDNA_primer.git")
 | 
			
		||||
                      (url "https://github.com/PacificBiosciences/cDNA_primer")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5220,7 +5220,7 @@ different command-line tools:
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/hyattpd/Prodigal.git")
 | 
			
		||||
                    (url "https://github.com/hyattpd/Prodigal")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5369,7 +5369,7 @@ extremely diverse sets of genomes.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/stamatak/standard-RAxML.git")
 | 
			
		||||
             (url "https://github.com/stamatak/standard-RAxML")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5410,7 +5410,7 @@ phylogenies.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/deweylab/RSEM.git")
 | 
			
		||||
             (url "https://github.com/deweylab/RSEM")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1jlq11d1p8qp64w75yj8cnbbd1a93viq10pzsbwal7vdn8fg13j1"))
 | 
			
		||||
| 
						 | 
				
			
			@ -5699,7 +5699,7 @@ viewer.")
 | 
			
		|||
                ;; There are no release tarballs nor tags.
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/wanpinglee/MOSAIK.git")
 | 
			
		||||
                      (url "https://github.com/wanpinglee/MOSAIK")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5745,7 +5745,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/ncbi/ngs.git")
 | 
			
		||||
                    (url "https://github.com/ncbi/ngs")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5811,7 +5811,7 @@ simultaneously.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/ncbi/ncbi-vdb.git")
 | 
			
		||||
                    (url "https://github.com/ncbi/ncbi-vdb")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5983,7 +5983,7 @@ subsequent visualization, annotation and storage of results.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/chrchang/plink-ng.git")
 | 
			
		||||
             (url "https://github.com/chrchang/plink-ng")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6022,7 +6022,7 @@ subsequent visualization, annotation and storage of results.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/smithlabcode/smithlab_cpp.git")
 | 
			
		||||
                      (url "https://github.com/smithlabcode/smithlab_cpp")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6171,7 +6171,7 @@ sequence itself can be retrieved from these databases.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ncbi/sra-tools.git")
 | 
			
		||||
             (url "https://github.com/ncbi/sra-tools")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6381,7 +6381,7 @@ is one that takes arguments.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/lh3/seqtk.git")
 | 
			
		||||
                    (url "https://github.com/lh3/seqtk")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6417,7 +6417,7 @@ optionally compressed by gzip.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/amplab/snap.git")
 | 
			
		||||
                    (url "https://github.com/amplab/snap")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6459,7 +6459,7 @@ of these reads to align data quickly through a hash-based indexing scheme.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/biocore/sortmerna.git")
 | 
			
		||||
             (url "https://github.com/biocore/sortmerna")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6505,7 +6505,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/alexdobin/STAR.git")
 | 
			
		||||
                    (url "https://github.com/alexdobin/STAR")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6733,7 +6733,7 @@ Cuffdiff or Ballgown programs.")
 | 
			
		|||
              ;; The Pypi version does not include tests.
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fhcrc/taxtastic.git")
 | 
			
		||||
                    (url "https://github.com/fhcrc/taxtastic")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6858,7 +6858,7 @@ sequence.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/hms-dbmi/scde.git")
 | 
			
		||||
                    (url "https://github.com/hms-dbmi/scde")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -7304,7 +7304,7 @@ annotation infrastructure.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/torognes/vsearch.git")
 | 
			
		||||
             (url "https://github.com/torognes/vsearch")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8809,7 +8809,7 @@ in SNV base substitution data.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ManuSetty/ChIPKernels.git")
 | 
			
		||||
               (url "https://github.com/ManuSetty/ChIPKernels")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (string-append name "-" version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8843,7 +8843,7 @@ Sequences.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ManuSetty/SeqGL.git")
 | 
			
		||||
             (url "https://github.com/ManuSetty/SeqGL")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9019,7 +9019,7 @@ tools for sequence analysis into a seamless whole.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/arq5x/bits.git")
 | 
			
		||||
                      (url "https://github.com/arq5x/bits")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9065,7 +9065,7 @@ intervals (e.g. genes, sequence alignments).")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/smithlabcode/piranha.git")
 | 
			
		||||
                      (url "https://github.com/smithlabcode/piranha")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9104,7 +9104,7 @@ intervals (e.g. genes, sequence alignments).")
 | 
			
		|||
             (origin
 | 
			
		||||
               (method git-fetch)
 | 
			
		||||
               (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/smithlabcode/smithlab_cpp.git")
 | 
			
		||||
                     (url "https://github.com/smithlabcode/smithlab_cpp")
 | 
			
		||||
                     (commit commit)))
 | 
			
		||||
               (file-name (string-append "smithlab_cpp-" commit "-checkout"))
 | 
			
		||||
               (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9157,7 +9157,7 @@ group or two ChIP groups run under different conditions.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/ekg/filevercmp.git")
 | 
			
		||||
                      (url "https://github.com/ekg/filevercmp")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name commit))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9234,7 +9234,7 @@ common bioinformatics tools.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/vatlab/varianttools.git")
 | 
			
		||||
             (url "https://github.com/vatlab/varianttools")
 | 
			
		||||
             ;; There is no tag corresponding to version 3.1.2
 | 
			
		||||
             (commit "813ae4a90d25b69abc8a40f4f70441fe09015249")))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -11134,7 +11134,7 @@ Maximum Parsimony, distance methods and Hadamard conjugation.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/rajewsky-lab/dropbead.git")
 | 
			
		||||
               (url "https://github.com/rajewsky-lab/dropbead")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11164,7 +11164,7 @@ droplet sequencing.  It has been particularly tailored for Drop-seq.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/lomereiter/htslib.git")
 | 
			
		||||
               (url "https://github.com/lomereiter/htslib")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (string-append "htslib-" version "-checkout"))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11183,7 +11183,7 @@ droplet sequencing.  It has been particularly tailored for Drop-seq.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/lomereiter/sambamba.git")
 | 
			
		||||
             (url "https://github.com/lomereiter/sambamba")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11232,7 +11232,7 @@ droplet sequencing.  It has been particularly tailored for Drop-seq.")
 | 
			
		|||
           (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/biod/BioD.git")
 | 
			
		||||
                   (url "https://github.com/biod/BioD")
 | 
			
		||||
                   (commit commit)))
 | 
			
		||||
             (file-name (string-append "biod-"
 | 
			
		||||
                                       (string-take commit 9)
 | 
			
		||||
| 
						 | 
				
			
			@ -11259,7 +11259,7 @@ sort, markdup, and depth.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/KlugerLab/Ritornello.git")
 | 
			
		||||
                    (url "https://github.com/KlugerLab/Ritornello")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11305,7 +11305,7 @@ with narrow binding events such as transcription factor ChIP-seq.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/FelixKrueger/TrimGalore.git")
 | 
			
		||||
             (url "https://github.com/FelixKrueger/TrimGalore")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11520,7 +11520,7 @@ applications for tackling some common problems in a user-friendly way.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/3DGenomes/TADbit.git")
 | 
			
		||||
                    (url "https://github.com/3DGenomes/TADbit")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11582,7 +11582,7 @@ models.  TADbit is complemented by TADkit for visualizing 3D models.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ENCODE-DCC/kentUtils.git")
 | 
			
		||||
             (url "https://github.com/ENCODE-DCC/kentUtils")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11698,7 +11698,7 @@ browser.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/aboyle/F-seq.git")
 | 
			
		||||
                      (url "https://github.com/aboyle/F-seq")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11756,7 +11756,7 @@ Browser.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/FelixKrueger/Bismark.git")
 | 
			
		||||
             (url "https://github.com/FelixKrueger/Bismark")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11908,7 +11908,7 @@ using nucleotide or amino-acid sequence data.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pachterlab/kallisto.git")
 | 
			
		||||
                    (url "https://github.com/pachterlab/kallisto")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11957,7 +11957,7 @@ accurate as existing quantification tools.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Kingsford-Group/libgff.git")
 | 
			
		||||
                    (url "https://github.com/Kingsford-Group/libgff")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11980,7 +11980,7 @@ dependency like SeqAn.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/kingsfordgroup/sailfish.git")
 | 
			
		||||
                    (url "https://github.com/kingsfordgroup/sailfish")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -12095,7 +12095,7 @@ dependency like SeqAn.")
 | 
			
		|||
       ("rapmap" ,(origin
 | 
			
		||||
                    (method git-fetch)
 | 
			
		||||
                    (uri (git-reference
 | 
			
		||||
                          (url "https://github.com/COMBINE-lab/RapMap.git")
 | 
			
		||||
                          (url "https://github.com/COMBINE-lab/RapMap")
 | 
			
		||||
                          (commit (string-append "sf-v" version))))
 | 
			
		||||
                    (file-name (string-append "rapmap-sf-v" version "-checkout"))
 | 
			
		||||
                    (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -12130,7 +12130,7 @@ file(s) containing your reads.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/COMBINE-lab/staden-io_lib.git")
 | 
			
		||||
                    (url "https://github.com/COMBINE-lab/staden-io_lib")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -12171,7 +12171,7 @@ The following file formats are supported:
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/COMBINE-lab/salmon.git")
 | 
			
		||||
                    (url "https://github.com/COMBINE-lab/salmon")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -12284,7 +12284,7 @@ The following file formats are supported:
 | 
			
		|||
       ("rapmap" ,(origin
 | 
			
		||||
                    (method git-fetch)
 | 
			
		||||
                    (uri (git-reference
 | 
			
		||||
                          (url "https://github.com/COMBINE-lab/RapMap.git")
 | 
			
		||||
                          (url "https://github.com/COMBINE-lab/RapMap")
 | 
			
		||||
                          (commit (string-append "salmon-v" version))))
 | 
			
		||||
                    (file-name (string-append "rapmap-salmon-v" version "-checkout"))
 | 
			
		||||
                    (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -12317,7 +12317,7 @@ variational inference.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/linnarsson-lab/loompy.git")
 | 
			
		||||
                    (url "https://github.com/linnarsson-lab/loompy")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -12360,7 +12360,7 @@ single-cell RNA-seq data.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/cmzmasek/forester.git")
 | 
			
		||||
                      (url "https://github.com/cmzmasek/forester")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13200,7 +13200,7 @@ HTML reports with interesting findings about your samples.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/jsh58/Genrich.git")
 | 
			
		||||
                    (url "https://github.com/jsh58/Genrich")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13235,7 +13235,7 @@ enrichment.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/splatlab/mantis.git")
 | 
			
		||||
                      (url "https://github.com/splatlab/mantis")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13302,7 +13302,7 @@ rate speciation and extinction.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/pervouchine/sjcount-full.git")
 | 
			
		||||
                      (url "https://github.com/pervouchine/sjcount-full")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13447,7 +13447,7 @@ Thus the per-base error rate is similar to the raw input reads.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/BIMSBbioinfo/ciRcus.git")
 | 
			
		||||
             (url "https://github.com/BIMSBbioinfo/ciRcus")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13493,7 +13493,7 @@ can be calculated, and a number of descriptive plots easily generated.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/gpertea/gffread.git")
 | 
			
		||||
               (url "https://github.com/gpertea/gffread")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13527,7 +13527,7 @@ can be calculated, and a number of descriptive plots easily generated.")
 | 
			
		|||
             (origin
 | 
			
		||||
               (method git-fetch)
 | 
			
		||||
               (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/gpertea/gclib.git")
 | 
			
		||||
                     (url "https://github.com/gpertea/gclib")
 | 
			
		||||
                     (commit commit)))
 | 
			
		||||
               (file-name (git-file-name "gclib" version))
 | 
			
		||||
               (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13554,7 +13554,7 @@ conversions, region filtering, FASTA sequence extraction and more.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/marvin-jens/find_circ.git")
 | 
			
		||||
               (url "https://github.com/marvin-jens/find_circ")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13834,7 +13834,7 @@ bound.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/4dn-dcic/pairix.git")
 | 
			
		||||
             (url "https://github.com/4dn-dcic/pairix")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13933,7 +13933,7 @@ such as Hi-C contact matrices.")
 | 
			
		|||
       ;; Version 12 is not available on pypi.
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/deeptools/HiCMatrix.git")
 | 
			
		||||
             (url "https://github.com/deeptools/HiCMatrix")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -13973,7 +13973,7 @@ the HiCExplorer and pyGenomeTracks packages.")
 | 
			
		|||
       ;; The latest version is not available on Pypi.
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/deeptools/HiCExplorer.git")
 | 
			
		||||
             (url "https://github.com/deeptools/HiCExplorer")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14122,7 +14122,7 @@ sequencing data.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/renozao/xbioc.git")
 | 
			
		||||
                      (url "https://github.com/renozao/xbioc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14155,7 +14155,7 @@ provided by Bioconductor packages.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/shenorrLab/csSAM.git")
 | 
			
		||||
                      (url "https://github.com/shenorrLab/csSAM")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14186,7 +14186,7 @@ SAM.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/shenorrLab/bseqsc.git")
 | 
			
		||||
                      (url "https://github.com/shenorrLab/bseqsc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14234,7 +14234,7 @@ and intra-cell population structure.\" Baron et al. Cell Systems (2016)
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/rrwick/Porechop.git")
 | 
			
		||||
               (url "https://github.com/rrwick/Porechop")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14265,7 +14265,7 @@ Barcoding Kit or Rapid Barcoding Kit.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/arq5x/poretools.git")
 | 
			
		||||
               (url "https://github.com/arq5x/poretools")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14326,7 +14326,7 @@ absolute GSEA.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mahmoudibrahim/JAMM.git")
 | 
			
		||||
             (url "https://github.com/mahmoudibrahim/JAMM")
 | 
			
		||||
             (commit (string-append "JAMMv" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14526,7 +14526,7 @@ datasets.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/rrwick/Filtlong.git")
 | 
			
		||||
               (url "https://github.com/rrwick/Filtlong")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14587,7 +14587,7 @@ choosing which reads pass the filter.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/jts/nanopolish.git")
 | 
			
		||||
               (url "https://github.com/jts/nanopolish")
 | 
			
		||||
               (commit commit)
 | 
			
		||||
               (recursive? #t)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -14661,7 +14661,7 @@ polymorphisms) and indels with respect to a reference genome and more.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/etal/cnvkit.git")
 | 
			
		||||
             (url "https://github.com/etal/cnvkit")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14697,7 +14697,7 @@ Torrent.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/KlugerLab/pyFIt-SNE.git")
 | 
			
		||||
             (url "https://github.com/KlugerLab/pyFIt-SNE")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14960,7 +14960,7 @@ tools which build on STAR, Arriba does not require to reduce the
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/MikkelSchubert/adapterremoval.git")
 | 
			
		||||
             (url "https://github.com/MikkelSchubert/adapterremoval")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -14999,7 +14999,7 @@ sequence for paired-ended data, for which this information is not available.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/matsen/pplacer.git")
 | 
			
		||||
               (url "https://github.com/matsen/pplacer")
 | 
			
		||||
               (commit (string-append "v" version))))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15221,7 +15221,7 @@ on the needs of the user.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ParkerLab/ataqv.git")
 | 
			
		||||
             (url "https://github.com/ParkerLab/ataqv")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15262,7 +15262,7 @@ might be caused by ATAC-seq library prep or sequencing.  The main program,
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/kcha/psiplot.git")
 | 
			
		||||
             (url "https://github.com/kcha/psiplot")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15293,7 +15293,7 @@ are generated using @code{ggplot2}.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/nanoporetech/ont_fast5_api.git")
 | 
			
		||||
             (url "https://github.com/nanoporetech/ont_fast5_api")
 | 
			
		||||
             (commit (string-append "release_" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15324,7 +15324,7 @@ and reflect the fast5 file schema, and tools to convert between
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/phoenixding/tbsp.git")
 | 
			
		||||
               (url "https://github.com/phoenixding/tbsp")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15636,7 +15636,7 @@ manipulations on VCF files.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/ekg/freebayes.git")
 | 
			
		||||
                      (url "https://github.com/ekg/freebayes")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15754,7 +15754,7 @@ length of a short-read sequencing alignment.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/GregoryFaust/samblaster.git")
 | 
			
		||||
            (url "https://github.com/GregoryFaust/samblaster")
 | 
			
		||||
            (commit (string-append "v." version))))
 | 
			
		||||
      (file-name (git-file-name name version))
 | 
			
		||||
      (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15791,7 +15791,7 @@ pairs.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/velocyto-team/velocyto.R.git")
 | 
			
		||||
               (url "https://github.com/velocyto-team/velocyto.R")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15832,7 +15832,7 @@ patterns.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/dpryan79/MethylDackel.git")
 | 
			
		||||
                    (url "https://github.com/dpryan79/MethylDackel")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -15880,7 +15880,7 @@ containing the reference genome as well.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/daler/gffutils.git")
 | 
			
		||||
               (url "https://github.com/daler/gffutils")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -192,7 +192,7 @@ XML-RPC over SCGI.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/tremc/tremc.git")
 | 
			
		||||
               (url "https://github.com/tremc/tremc")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -223,7 +223,7 @@ Transmission BitTorrent daemon.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fagga/transmission-remote-cli.git")
 | 
			
		||||
                    (url "https://github.com/fagga/transmission-remote-cli")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +347,7 @@ downloads, download scheduling, download rate limiting.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Rudde/mktorrent.git")
 | 
			
		||||
                    (url "https://github.com/Rudde/mktorrent")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -421,7 +421,7 @@ desktops.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/qbittorrent/qBittorrent.git")
 | 
			
		||||
             (url "https://github.com/qbittorrent/qBittorrent")
 | 
			
		||||
             (commit (string-append "release-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -288,7 +288,7 @@ across a broad spectrum of applications.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/boostorg/sync.git")
 | 
			
		||||
                      (url "https://github.com/boostorg/sync")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -317,7 +317,7 @@ Boost.Thread.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/boostorg/signals2.git")
 | 
			
		||||
                    (url "https://github.com/boostorg/signals2")
 | 
			
		||||
                    (commit (string-append "boost-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,7 +59,7 @@
 | 
			
		|||
              ;; do not use auto-generated tarballs
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/matricks/bam.git")
 | 
			
		||||
                    (url "https://github.com/matricks/bam")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -351,7 +351,7 @@ releases.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rsyslog/libestr.git")
 | 
			
		||||
             (url "https://github.com/rsyslog/libestr")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -384,7 +384,7 @@ more, like escaping special characters.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rsyslog/libfastjson.git")
 | 
			
		||||
             (url "https://github.com/rsyslog/libfastjson")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -411,7 +411,7 @@ with essential JSON handling functions, sufficiently good JSON support (not
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rsyslog/liblogging.git")
 | 
			
		||||
             (url "https://github.com/rsyslog/liblogging")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -63,7 +63,7 @@
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/HowardHinnant/date.git")
 | 
			
		||||
               (url "https://github.com/HowardHinnant/date")
 | 
			
		||||
               (commit "9a0ee2542848ab8625984fc8cdbfb9b5414c0082")))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -253,7 +253,7 @@ reconstruction capability.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cdrdao/cdrdao.git")
 | 
			
		||||
             (url "https://github.com/cdrdao/cdrdao")
 | 
			
		||||
             (commit
 | 
			
		||||
              (string-append "rel_" (string-replace-substring version "." "_")))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -555,7 +555,7 @@ graphical interface.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/lipnitsk/libcue.git")
 | 
			
		||||
                   (url "https://github.com/lipnitsk/libcue")
 | 
			
		||||
                   (commit (string-append "v" version))))
 | 
			
		||||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -470,7 +470,7 @@ has been designed to be fast, light and unintrusive.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/go-check/check.git")
 | 
			
		||||
                      (url "https://github.com/go-check/check")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -576,7 +576,7 @@ test coverage and has a web user interface that will refresh automatically.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/google/googletest.git")
 | 
			
		||||
             (url "https://github.com/google/googletest")
 | 
			
		||||
             (commit (string-append "release-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -600,7 +600,7 @@ generation.")
 | 
			
		|||
   (source (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/google/googletest.git")
 | 
			
		||||
                   (url "https://github.com/google/googletest")
 | 
			
		||||
                   (commit (string-append "release-" version))))
 | 
			
		||||
             (file-name (git-file-name "googletest" version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cryos/avogadro.git")
 | 
			
		||||
             (url "https://github.com/cryos/avogadro")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0258py3lkba85qhs5ynancinyym61vlp0zaq9yrfs3hhnhpzv9n2"))
 | 
			
		||||
| 
						 | 
				
			
			@ -313,7 +313,7 @@ NumPy < 1.9.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/gromacs/tng.git")
 | 
			
		||||
                    (url "https://github.com/gromacs/tng")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -46,7 +46,7 @@
 | 
			
		|||
    (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/nanopass/nanopass-framework-scheme.git")
 | 
			
		||||
            (url "https://github.com/nanopass/nanopass-framework-scheme")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (sha256 (base32 "0lrngdna6w7v9vlp1a873hgwrwsz2p0pgkccswa4smzvdyhgfsri"))
 | 
			
		||||
      (file-name (git-file-name "nanopass" version)))))
 | 
			
		||||
| 
						 | 
				
			
			@ -56,7 +56,7 @@
 | 
			
		|||
    (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/dybvig/stex.git")
 | 
			
		||||
            (url "https://github.com/dybvig/stex")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (sha256 (base32 "1jiawhhqnsj42hzmlbq5xby3iarhf8vhiqs0kg1a0zg5jsn6cf8n"))
 | 
			
		||||
      (file-name (git-file-name "stex" version)))))
 | 
			
		||||
| 
						 | 
				
			
			@ -69,7 +69,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cisco/ChezScheme.git")
 | 
			
		||||
             (url "https://github.com/cisco/ChezScheme")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1hagrqdp649n2g0wq2a9gfnz7mjcjakkw7ziplbj3db412bb7kx5"))
 | 
			
		||||
| 
						 | 
				
			
			@ -230,7 +230,7 @@ and 32-bit PowerPC architectures.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/fedeinthemix/chez-srfi.git")
 | 
			
		||||
             (url "https://github.com/fedeinthemix/chez-srfi")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1vgn984mj2q4w6r2q66h7qklp2hrh85wwh4k9yisga5fi0ps7myf"))
 | 
			
		||||
| 
						 | 
				
			
			@ -261,7 +261,7 @@ and 32-bit PowerPC architectures.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/arcfide/ChezWEB.git")
 | 
			
		||||
               (url "https://github.com/arcfide/ChezWEB")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -326,7 +326,7 @@ programming in Scheme.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/arcfide/chez-sockets.git")
 | 
			
		||||
               (url "https://github.com/arcfide/chez-sockets")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -456,7 +456,7 @@ Chez Scheme.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/fedeinthemix/chez-irregex.git")
 | 
			
		||||
             (url "https://github.com/fedeinthemix/chez-irregex")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0jh6piylw545j81llay9wfivgpv6lcnwd81gm4w17lkasslir50q"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -151,7 +151,7 @@ designs.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/clojure/algo.generic.git")
 | 
			
		||||
             (url "https://github.com/clojure/algo.generic")
 | 
			
		||||
             (commit (string-append "algo.generic-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -176,7 +176,7 @@ that can be implemented for any data type.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/clojure/algo.monads.git")
 | 
			
		||||
             (url "https://github.com/clojure/algo.monads")
 | 
			
		||||
             (commit (string-append "algo.monads-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -205,7 +205,7 @@ defining and using monads and useful monadic functions.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/clojure/core.match.git")
 | 
			
		||||
                      (url "https://github.com/clojure/core.match")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -232,7 +232,7 @@ It supports Clojure 1.5.1 and later as well as ClojureScript.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/Engelberg/instaparse.git")
 | 
			
		||||
                      (url "https://github.com/Engelberg/instaparse")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -283,7 +283,7 @@ tree.
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/clojure/tools.macro.git")
 | 
			
		||||
             (url "https://github.com/clojure/tools.macro")
 | 
			
		||||
             (commit (string-append "tools.macro-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -238,7 +238,7 @@ COCOMO model or user-provided parameters.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/AlDanial/cloc.git")
 | 
			
		||||
             (url "https://github.com/AlDanial/cloc")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -422,7 +422,7 @@ expressions, and its ability to generate emacs-style TAGS files.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cameronwhite/withershins.git")
 | 
			
		||||
             (url "https://github.com/cameronwhite/withershins")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -482,7 +482,7 @@ stack traces.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/linux-test-project/lcov.git")
 | 
			
		||||
                      (url "https://github.com/linux-test-project/lcov")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -574,7 +574,7 @@ possible to collect coverage information without special compiler switches.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Andersbakken/rtags.git")
 | 
			
		||||
             (url "https://github.com/Andersbakken/rtags")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (patches (search-patches "rtags-separate-rct.patch"))
 | 
			
		||||
| 
						 | 
				
			
			@ -626,7 +626,7 @@ importantly we give you proper follow-symbol and find-references support.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/pagekite/Colormake.git")
 | 
			
		||||
             (url "https://github.com/pagekite/Colormake")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -676,7 +676,7 @@ produce colored output.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/lindenb/makefile2graph.git")
 | 
			
		||||
             (url "https://github.com/lindenb/makefile2graph")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -679,7 +679,7 @@ This package is mostly for compatibility and historical interest.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/raboof/sfArkLib.git")
 | 
			
		||||
                     (url "https://github.com/raboof/sfArkLib")
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -715,7 +715,7 @@ with the sfArk algorithm.")
 | 
			
		|||
                ;; commit at this time.
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/raboof/sfarkxtc.git")
 | 
			
		||||
                      (url "https://github.com/raboof/sfarkxtc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1004,7 +1004,7 @@ smaller than those produced by @code{Xdelta}.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/jmacd/xdelta.git")
 | 
			
		||||
             (url "https://github.com/jmacd/xdelta")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1078,7 +1078,7 @@ well as bzip2.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
              (url "https://github.com/google/snappy.git")
 | 
			
		||||
              (url "https://github.com/google/snappy")
 | 
			
		||||
              (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1816,7 +1816,7 @@ non-Windows systems without running the actual installer using wine.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/google/brotli.git")
 | 
			
		||||
             (url "https://github.com/google/brotli")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1947,7 +1947,7 @@ download times, and other distribution and storage costs.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/stachenov/quazip.git")
 | 
			
		||||
                    (url "https://github.com/stachenov/quazip")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2112,7 +2112,7 @@ file compression algorithm.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ib/xarchiver.git")
 | 
			
		||||
             (url "https://github.com/ib/xarchiver")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2142,7 +2142,7 @@ archiver is not installed.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/AQUAOSOTech/tarsplitter.git")
 | 
			
		||||
                    (url "https://github.com/AQUAOSOTech/tarsplitter")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2176,7 +2176,7 @@ chunks.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Blosc/c-blosc.git")
 | 
			
		||||
                    (url "https://github.com/Blosc/c-blosc")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/chjj/compton.git")
 | 
			
		||||
               (url "https://github.com/chjj/compton")
 | 
			
		||||
               (commit (string-append "v" upstream-version))))
 | 
			
		||||
         (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -119,7 +119,7 @@ performance).
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/yshui/picom.git")
 | 
			
		||||
             (url "https://github.com/yshui/picom")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -51,7 +51,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/coq/coq.git")
 | 
			
		||||
             (url "https://github.com/coq/coq")
 | 
			
		||||
             (commit (string-append "V" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -329,7 +329,7 @@ assistant.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/math-comp/math-comp.git")
 | 
			
		||||
             (url "https://github.com/math-comp/math-comp")
 | 
			
		||||
             (commit (string-append "mathcomp-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -423,7 +423,7 @@ theorems between the two libraries.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/coq/bignums.git")
 | 
			
		||||
                     (url "https://github.com/coq/bignums")
 | 
			
		||||
                     (commit (string-append "V" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -552,7 +552,7 @@ uses Ltac to synthesize the substitution operation.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/mattam82/Coq-Equations.git")
 | 
			
		||||
                    (url "https://github.com/mattam82/Coq-Equations")
 | 
			
		||||
                    (commit (string-append "v" version "-8.10"))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -122,7 +122,7 @@ operating system functions.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/aseba-community/dashel.git")
 | 
			
		||||
             (url "https://github.com/aseba-community/dashel")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0anks2l2i2qp0wlzqck1qgpq15a3l6dg8lw2h8s4nsj7f61lffwy"))
 | 
			
		||||
| 
						 | 
				
			
			@ -147,7 +147,7 @@ combination of these streams.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/QuantStack/xsimd.git")
 | 
			
		||||
             (url "https://github.com/QuantStack/xsimd")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1ny2qin1j4h35mljivh8z52kwdyjxf4yxlzb8j52ji91v2ccc88j"))
 | 
			
		||||
| 
						 | 
				
			
			@ -268,7 +268,7 @@ intuitive syntax and trivial integration.")
 | 
			
		|||
              (method git-fetch)
 | 
			
		||||
              (uri
 | 
			
		||||
               (git-reference
 | 
			
		||||
                (url "https://github.com/QuantStack/xtl.git")
 | 
			
		||||
                (url "https://github.com/QuantStack/xtl")
 | 
			
		||||
                (commit version)))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -404,7 +404,7 @@ and make @code{cpplint} usable in wider contexts.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Stiffstream/sobjectizer.git")
 | 
			
		||||
             (url "https://github.com/Stiffstream/sobjectizer")
 | 
			
		||||
             (commit (string-append "v." version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0jfai7sqxnnjkms38krm7mssj5l79nb3pllkbyj4j581a7l5j6l5"))
 | 
			
		||||
| 
						 | 
				
			
			@ -435,7 +435,7 @@ development of concurrent and multithreaded applications in C++.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mobius3/tweeny.git")
 | 
			
		||||
             (url "https://github.com/mobius3/tweeny")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -462,7 +462,7 @@ point and then, after each tween step, plugging back the result.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/abseil/abseil-cpp.git")
 | 
			
		||||
                    (url "https://github.com/abseil/abseil-cpp")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -506,7 +506,7 @@ Google's C++ code base.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/taocpp/PEGTL.git")
 | 
			
		||||
                    (url "https://github.com/taocpp/PEGTL")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1063,7 +1063,7 @@ data structures in C++.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rstudio/shiny.git")
 | 
			
		||||
             (url "https://github.com/rstudio/shiny")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1437,7 +1437,7 @@ R objects into the JSON format that the d3.js library expects.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/fbreitwieser/sankeyD3.git")
 | 
			
		||||
               (url "https://github.com/fbreitwieser/sankeyD3")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -16234,7 +16234,7 @@ multiple plots.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/MacoskoLab/liger.git")
 | 
			
		||||
             (url "https://github.com/MacoskoLab/liger")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -513,7 +513,7 @@ attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/technion/libscrypt.git")
 | 
			
		||||
             (url "https://github.com/technion/libscrypt")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -907,7 +907,7 @@ security.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                       (url "https://github.com/vstakhov/asignify.git")
 | 
			
		||||
                       (url "https://github.com/vstakhov/asignify")
 | 
			
		||||
                       (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -295,7 +295,7 @@ FTP servers.  It is based on the curl library.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/jpbarrette/curlpp.git")
 | 
			
		||||
             (url "https://github.com/jpbarrette/curlpp")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1b0ylnnrhdax4kwjq64r1fk0i24n5ss6zfzf4hxwgslny01xiwrk"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -148,7 +148,7 @@
 | 
			
		|||
    (source (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
             (url "https://github.com/4store/4store.git")
 | 
			
		||||
             (url "https://github.com/4store/4store")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
      (file-name (git-file-name name version))
 | 
			
		||||
      (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1433,7 +1433,7 @@ which uses SQL to describe changes.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/coffeeandscripts/sqlcrush.git")
 | 
			
		||||
                      (url "https://github.com/coffeeandscripts/sqlcrush")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,7 +2192,7 @@ virtual address space — not physical RAM.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/drycpp/lmdbxx.git")
 | 
			
		||||
             (url "https://github.com/drycpp/lmdbxx")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2421,7 +2421,7 @@ for ODBC.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/brianb/mdbtools.git")
 | 
			
		||||
             (url "https://github.com/brianb/mdbtools")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3157,7 +3157,7 @@ transforms idiomatic python function calls to well-formed SQL queries.")
 | 
			
		|||
    (source
 | 
			
		||||
     (origin (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/kayak/pypika.git")
 | 
			
		||||
                   (url "https://github.com/kayak/pypika")
 | 
			
		||||
                   (commit (string-append "v" version))))
 | 
			
		||||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -86,7 +86,7 @@ library.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/sparsehash/sparsehash.git")
 | 
			
		||||
                     (url "https://github.com/sparsehash/sparsehash")
 | 
			
		||||
                     (commit (string-append name "-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -161,7 +161,7 @@ queues, stacks, and doubly-linked lists.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/troydhanson/uthash.git")
 | 
			
		||||
             (url "https://github.com/troydhanson/uthash")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -263,7 +263,7 @@ equivalent succinct data structure are (most of the time) identical.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/y-256/libdivsufsort.git")
 | 
			
		||||
                    (url "https://github.com/y-256/libdivsufsort")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -402,7 +402,7 @@ server and embedded PowerPC, and S390 guests.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/lanl/stress-make.git")
 | 
			
		||||
               (url "https://github.com/lanl/stress-make")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -606,7 +606,7 @@ fun.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/dlbeer/mspdebug.git")
 | 
			
		||||
                    (url "https://github.com/dlbeer/mspdebug")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -96,7 +96,7 @@
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       (uri
 | 
			
		||||
        (git-reference
 | 
			
		||||
         (url "https://github.com/IgnorantGuru/udevil.git")
 | 
			
		||||
         (url "https://github.com/IgnorantGuru/udevil")
 | 
			
		||||
         (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -486,7 +486,7 @@ systems.  Output format is completely customizable.")
 | 
			
		|||
     (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/AltraMayor/f3.git")
 | 
			
		||||
            (url "https://github.com/AltraMayor/f3")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (file-name (git-file-name name version))
 | 
			
		||||
      (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -524,7 +524,7 @@ a card with a smaller capacity than stated.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dcantrell/pyparted.git")
 | 
			
		||||
             (url "https://github.com/dcantrell/pyparted")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -565,7 +565,7 @@ a card with a smaller capacity than stated.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/markfasheh/duperemove.git")
 | 
			
		||||
             (url "https://github.com/markfasheh/duperemove")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1scz76pvpljvrpfn176125xwaqwyy4pirlm11sc9spb2hyzknw2z"))
 | 
			
		||||
| 
						 | 
				
			
			@ -695,7 +695,7 @@ passphrases.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pmem/ndctl.git")
 | 
			
		||||
                    (url "https://github.com/pmem/ndctl")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -918,7 +918,7 @@ on your file system and offers to remove it.  @command{rmlint} can find:
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/gokcehan/lf.git")
 | 
			
		||||
                    (url "https://github.com/gokcehan/lf")
 | 
			
		||||
                    (commit (string-append "r" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -48,7 +48,7 @@
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/boinc/boinc.git")
 | 
			
		||||
                    (url "https://github.com/boinc/boinc")
 | 
			
		||||
                    (commit (string-append "client_release/"
 | 
			
		||||
                                           (version-major+minor version)
 | 
			
		||||
                                           "/" version))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -132,7 +132,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       ;; Fetch from the git repository, so that the tests can be run.
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/django-extensions/django-extensions.git")
 | 
			
		||||
             (url "https://github.com/django-extensions/django-extensions")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (string-append name "-" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -375,7 +375,7 @@ account authentication.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/jazzband/django-debug-toolbar.git")
 | 
			
		||||
             (url "https://github.com/jazzband/django-debug-toolbar")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -483,7 +483,7 @@ merging, minifying and compiling CSS and Javascript files.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/niwinz/django-jinja.git")
 | 
			
		||||
             (url "https://github.com/niwinz/django-jinja")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -88,7 +88,7 @@ and freshness without requiring additional information from the user.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ldc-developers/ldc.git")
 | 
			
		||||
               (url "https://github.com/ldc-developers/ldc")
 | 
			
		||||
               (commit (string-append "v" version))))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -156,7 +156,7 @@ and freshness without requiring additional information from the user.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ldc-developers/phobos.git")
 | 
			
		||||
                   (url "https://github.com/ldc-developers/phobos")
 | 
			
		||||
                   (commit (string-append "ldc-v" version))))
 | 
			
		||||
             (file-name (git-file-name "phobos" version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -166,7 +166,7 @@ and freshness without requiring additional information from the user.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ldc-developers/druntime.git")
 | 
			
		||||
                   (url "https://github.com/ldc-developers/druntime")
 | 
			
		||||
                   (commit (string-append "ldc-v" version))))
 | 
			
		||||
             (file-name (git-file-name "druntime" version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -175,7 +175,7 @@ and freshness without requiring additional information from the user.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ldc-developers/dmd-testsuite.git")
 | 
			
		||||
                   (url "https://github.com/ldc-developers/dmd-testsuite")
 | 
			
		||||
                   (commit (string-append "ldc-v" version))))
 | 
			
		||||
             (file-name (git-file-name "dmd-testsuite" version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -206,7 +206,7 @@ bootstrapping more recent compilers written in D.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ldc-developers/ldc.git")
 | 
			
		||||
               (url "https://github.com/ldc-developers/ldc")
 | 
			
		||||
               (commit (string-append "v" version))))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -273,7 +273,7 @@ bootstrapping more recent compilers written in D.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ldc-developers/phobos.git")
 | 
			
		||||
                   (url "https://github.com/ldc-developers/phobos")
 | 
			
		||||
                   (commit (string-append "ldc-v" older-version))))
 | 
			
		||||
             (file-name (git-file-name "phobos" older-version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -292,7 +292,7 @@ bootstrapping more recent compilers written in D.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ldc-developers/druntime.git")
 | 
			
		||||
                   (url "https://github.com/ldc-developers/druntime")
 | 
			
		||||
                   (commit (string-append "ldc-v" older-version))))
 | 
			
		||||
             (file-name (git-file-name "druntime" older-version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -301,7 +301,7 @@ bootstrapping more recent compilers written in D.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/ldc-developers/dmd-testsuite.git")
 | 
			
		||||
                   (url "https://github.com/ldc-developers/dmd-testsuite")
 | 
			
		||||
                   (commit (string-append "ldc-v" older-version))))
 | 
			
		||||
             (file-name (git-file-name "dmd-testsuite" older-version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -315,7 +315,7 @@ bootstrapping more recent compilers written in D.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dlang/dub.git")
 | 
			
		||||
             (url "https://github.com/dlang/dub")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -762,7 +762,7 @@ LuaJIT, both a resolver library and a daemon.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ddclient/ddclient.git")
 | 
			
		||||
             (url "https://github.com/ddclient/ddclient")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -929,7 +929,7 @@ local networks.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/publicsuffix/list.git")
 | 
			
		||||
                      (url "https://github.com/publicsuffix/list")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -179,7 +179,7 @@ Python without keeping their credentials in a Docker configuration file.")
 | 
			
		|||
     (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/containerd/containerd.git")
 | 
			
		||||
            (url "https://github.com/containerd/containerd")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (file-name (git-file-name name version))
 | 
			
		||||
      (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -257,7 +257,7 @@ network attachments.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/docker/libnetwork.git")
 | 
			
		||||
                      (url "https://github.com/docker/libnetwork")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -311,7 +311,7 @@ built-in registry server of Docker.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/docker/engine.git")
 | 
			
		||||
             (url "https://github.com/docker/engine")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -601,7 +601,7 @@ provisioning etc.")
 | 
			
		|||
     (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference
 | 
			
		||||
            (url "https://github.com/docker/cli.git")
 | 
			
		||||
            (url "https://github.com/docker/cli")
 | 
			
		||||
            (commit (string-append "v" version))))
 | 
			
		||||
      (file-name (git-file-name name version))
 | 
			
		||||
      (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -671,7 +671,7 @@ provisioning etc.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/savoirfairelinux/cqfd.git")
 | 
			
		||||
                    (url "https://github.com/savoirfairelinux/cqfd")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -709,7 +709,7 @@ defined in a per-project configuration file.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/krallin/tini.git")
 | 
			
		||||
                    (url "https://github.com/krallin/tini")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -279,7 +279,7 @@ easy.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/jmoenig/Snap.git")
 | 
			
		||||
             (url "https://github.com/jmoenig/Snap")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -187,7 +187,7 @@ and EFI variable management.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/mfleming/efilinux.git")
 | 
			
		||||
                    (url "https://github.com/mfleming/efilinux")
 | 
			
		||||
                    (commit (string-append "efilinux-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,7 +38,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/elixir-lang/elixir.git")
 | 
			
		||||
             (url "https://github.com/elixir-lang/elixir")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
				
			
			@ -596,7 +596,7 @@ with a layered architecture of JTAG interface and TAP support.")
 | 
			
		|||
      (source (origin (inherit (package-source xbinutils))
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc.git")
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -632,7 +632,7 @@ with a layered architecture of JTAG interface and TAP support.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/totalspectrum/gcc-propeller.git")
 | 
			
		||||
                      (url "https://github.com/totalspectrum/gcc-propeller")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -667,7 +667,7 @@ with a layered architecture of JTAG interface and TAP support.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc.git")
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -709,7 +709,7 @@ with a layered architecture of JTAG interface and TAP support.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc.git")
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -828,7 +828,7 @@ code.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc.git")
 | 
			
		||||
                      (url "https://github.com/parallaxinc/propgcc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -913,7 +913,7 @@ larger).")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/parallaxinc/spinsim.git")
 | 
			
		||||
                      (url "https://github.com/parallaxinc/spinsim")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -969,7 +969,7 @@ simulator.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                       (url "https://github.com/puppeh/binutils-vc4.git")
 | 
			
		||||
                       (url "https://github.com/puppeh/binutils-vc4")
 | 
			
		||||
                       (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -997,7 +997,7 @@ simulator.")
 | 
			
		|||
          ,(origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                       (url "https://github.com/puppeh/cgen.git")
 | 
			
		||||
                       (url "https://github.com/puppeh/cgen")
 | 
			
		||||
                       (commit "d8e2a9eb70425f180fdd5bfd032884b0855f2032")))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -1021,7 +1021,7 @@ the Raspberry Pi chip.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/puppeh/gcc-vc4.git")
 | 
			
		||||
                      (url "https://github.com/puppeh/gcc-vc4")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name
 | 
			
		||||
                                          "-"
 | 
			
		||||
| 
						 | 
				
			
			@ -1045,7 +1045,7 @@ the Raspberry Pi chip."))))
 | 
			
		|||
      (origin
 | 
			
		||||
        (method git-fetch)
 | 
			
		||||
        (uri (git-reference
 | 
			
		||||
              (url "https://github.com/daym/libmpsse.git")
 | 
			
		||||
              (url "https://github.com/daym/libmpsse")
 | 
			
		||||
              (commit (string-append "v" version))))
 | 
			
		||||
        (file-name "libmpsse-checkout")
 | 
			
		||||
        (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -140,7 +140,7 @@
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/dolphin-emu/dolphin.git")
 | 
			
		||||
               (url "https://github.com/dolphin-emu/dolphin")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (modules '((guix build utils)))
 | 
			
		||||
| 
						 | 
				
			
			@ -289,7 +289,7 @@ older games.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch) ; no tarball available
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/Aloshi/EmulationStation.git")
 | 
			
		||||
                      (url "https://github.com/Aloshi/EmulationStation")
 | 
			
		||||
                      (commit commit))) ; no version tag
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -323,7 +323,7 @@ and a game metadata scraper.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/higan-emu/higan.git")
 | 
			
		||||
             (url "https://github.com/higan-emu/higan")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -484,7 +484,7 @@ The following systems are supported:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mgba-emu/mgba.git")
 | 
			
		||||
             (url "https://github.com/mgba-emu/mgba")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -540,7 +540,7 @@ and Game Boy Color games.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/LIJI32/SameBoy.git")
 | 
			
		||||
             (url "https://github.com/LIJI32/SameBoy")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -587,7 +587,7 @@ from an emulator---from save states to scaling filters.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-core.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-core")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -636,7 +636,7 @@ core library.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-audio-sdl.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-audio-sdl")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -682,7 +682,7 @@ SDL audio plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-input-sdl.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-input-sdl")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -727,7 +727,7 @@ SDL input plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-rsp-hle.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-rsp-hle")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -769,7 +769,7 @@ high-level emulation (HLE) RSP processor plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-rsp-z64.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-rsp-z64")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -811,7 +811,7 @@ Z64 RSP processor plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-arachnoid.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-arachnoid")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -857,7 +857,7 @@ Arachnoid video plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-glide64.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-glide64")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -911,7 +911,7 @@ Glide64 video plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-glide64mk2.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-glide64mk2")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -961,7 +961,7 @@ Glide64MK2 video plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-rice.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-rice")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1009,7 +1009,7 @@ Rice Video plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-z64.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-video-z64")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1064,7 +1064,7 @@ Z64 video plugin.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-ui-console.git")
 | 
			
		||||
             (url "https://github.com/mupen64plus/mupen64plus-ui-console")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1129,7 +1129,7 @@ towards a working Mupen64Plus for casual users.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rdanbrook/nestopia.git")
 | 
			
		||||
             (url "https://github.com/rdanbrook/nestopia")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1180,7 +1180,7 @@ emulation community.  It provides highly accurate emulation.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/libretro/RetroArch.git")
 | 
			
		||||
             (url "https://github.com/libretro/RetroArch")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1344,7 +1344,7 @@ play them on systems for which they were never designed!")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mamedev/mame.git")
 | 
			
		||||
             (url "https://github.com/mamedev/mame")
 | 
			
		||||
             (commit (apply string-append "mame" (string-split version #\.)))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1849,7 +1849,7 @@ framework based on QEMU.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/hrydgard/ppsspp.git")
 | 
			
		||||
             (url "https://github.com/hrydgard/ppsspp")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "02yx1w0ygclnmdl0imsvgj24lkzi55wvxkf47q617j0jgrqhy8yl"))
 | 
			
		||||
| 
						 | 
				
			
			@ -1949,7 +1949,7 @@ framework based on QEMU.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/hrydgard/ppsspp-lang.git")
 | 
			
		||||
                 (url "https://github.com/hrydgard/ppsspp-lang")
 | 
			
		||||
                 (commit "d184ba2b607a03435be579406b816c90add334e6")))
 | 
			
		||||
           (sha256
 | 
			
		||||
            (base32 "0s003x6247nx09qd6a1jz1l2hsk5d6k1zmh8mg3m6hjjhvbvd9j9"))))
 | 
			
		||||
| 
						 | 
				
			
			@ -1957,7 +1957,7 @@ framework based on QEMU.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/hrydgard/pspautotests.git")
 | 
			
		||||
                 (url "https://github.com/hrydgard/pspautotests")
 | 
			
		||||
                 (commit "328b839c7243e7f733f9eae88d059485e3d808e7")))
 | 
			
		||||
           (sha256
 | 
			
		||||
            (base32 "1gj1kr5ijxrqwvz7c41phskjr70ndp8iz0gr8c3xxsd8p9z5gdvm"))))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -606,7 +606,7 @@ multipole-accelerated algorithm.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fritzing/fritzing-app.git")
 | 
			
		||||
                    (url "https://github.com/fritzing/fritzing-app")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -655,7 +655,7 @@ multipole-accelerated algorithm.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/fritzing/fritzing-parts.git")
 | 
			
		||||
                 (url "https://github.com/fritzing/fritzing-parts")
 | 
			
		||||
                 (commit version)))
 | 
			
		||||
           (file-name (git-file-name "fritzing-parts" version))
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -713,7 +713,7 @@ as well as pick-place files.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/erichVK5/translate2geda.git")
 | 
			
		||||
                      (url "https://github.com/erichVK5/translate2geda")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -933,7 +933,7 @@ translations for KiCad.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-symbols.git")
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-symbols")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -962,7 +962,7 @@ libraries.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-footprints.git")
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-footprints")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -979,7 +979,7 @@ libraries.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-packages3d.git")
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-packages3d")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -996,7 +996,7 @@ libraries.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-templates.git")
 | 
			
		||||
                    (url "https://github.com/KiCad/kicad-templates")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2109,7 +2109,7 @@ editors.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/markwal/GPX.git")
 | 
			
		||||
                    (url "https://github.com/markwal/GPX")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2230,7 +2230,7 @@ engineers for reverse engineers.")
 | 
			
		|||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
      (method git-fetch)
 | 
			
		||||
      (uri (git-reference (url "https://github.com/3MFConsortium/lib3mf.git")
 | 
			
		||||
      (uri (git-reference (url "https://github.com/3MFConsortium/lib3mf")
 | 
			
		||||
                          (commit (string-append "v" version))))
 | 
			
		||||
      (file-name (git-file-name name version))
 | 
			
		||||
      (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2335,7 +2335,7 @@ full programmatic control over your models.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/FreeCAD/FreeCAD.git")
 | 
			
		||||
             (url "https://github.com/FreeCAD/FreeCAD")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (modules '((guix build utils)))
 | 
			
		||||
       (snippet
 | 
			
		||||
| 
						 | 
				
			
			@ -2478,7 +2478,7 @@ interpolation toolkit.")
 | 
			
		|||
      (source
 | 
			
		||||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference (url "https://github.com/Heeks/libarea.git")
 | 
			
		||||
         (uri (git-reference (url "https://github.com/Heeks/libarea")
 | 
			
		||||
                             (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2519,7 +2519,7 @@ operations.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/FreeSpacenav/libspnav.git")
 | 
			
		||||
                    (url "https://github.com/FreeSpacenav/libspnav")
 | 
			
		||||
                    (commit (string-append "libspnav-" version))))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -47,7 +47,7 @@
 | 
			
		|||
              ;; pre-compiled files, so we use this snapshot of the source
 | 
			
		||||
              ;; repository.
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/erlang/otp.git")
 | 
			
		||||
                    (url "https://github.com/erlang/otp")
 | 
			
		||||
                    (commit (string-append "OTP-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -185,7 +185,7 @@ testing InfiniBand networks.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/openucx/ucx.git")
 | 
			
		||||
                    (url "https://github.com/openucx/ucx")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -147,7 +147,7 @@ large and/or frequently changing (network) environment.")
 | 
			
		|||
       (method git-fetch)
 | 
			
		||||
       (uri
 | 
			
		||||
        (git-reference
 | 
			
		||||
         (url "https://github.com/fdupoux/fsarchiver.git")
 | 
			
		||||
         (url "https://github.com/fdupoux/fsarchiver")
 | 
			
		||||
         (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -574,7 +574,7 @@ All of this is accomplished without a centralized metadata server.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/sahlberg/libnfs.git")
 | 
			
		||||
                    (url "https://github.com/sahlberg/libnfs")
 | 
			
		||||
                    (commit (string-append "libnfs-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -821,7 +821,7 @@ is similar to mhddfs, unionfs, and aufs.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/trapexit/mergerfs-tools.git")
 | 
			
		||||
               (url "https://github.com/trapexit/mergerfs-tools")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -206,7 +206,7 @@ and dynamically with report tools based on filtering and graphical charts.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ledger/ledger.git")
 | 
			
		||||
             (url "https://github.com/ledger/ledger")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -304,7 +304,7 @@ in ability, and easy to use.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ledger/ledger-mode.git")
 | 
			
		||||
               (url "https://github.com/ledger/ledger-mode")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -378,7 +378,7 @@ This package provides the Emacs mode.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/stesie/geierlein.git")
 | 
			
		||||
             (url "https://github.com/stesie/geierlein")
 | 
			
		||||
             (commit (string-append "V" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -481,7 +481,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Electron-Cash/Electron-Cash.git")
 | 
			
		||||
             (url "https://github.com/Electron-Cash/Electron-Cash")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -553,7 +553,7 @@ other machines/servers.  Electroncash does not download the Bitcoin Cash blockch
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/monero-project/monero.git")
 | 
			
		||||
             (url "https://github.com/monero-project/monero")
 | 
			
		||||
             (commit (string-append "v" version))
 | 
			
		||||
             (recursive? #t)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -672,7 +672,7 @@ the Monero command line client and daemon.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/monero-project/monero-gui.git")
 | 
			
		||||
             (url "https://github.com/monero-project/monero-gui")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -787,7 +787,7 @@ the Monero GUI client.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/romanz/trezor-agent.git")
 | 
			
		||||
             (url "https://github.com/romanz/trezor-agent")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1197,7 +1197,7 @@ information.")
 | 
			
		|||
         (origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/trezor/trezor-common.git")
 | 
			
		||||
                 (url "https://github.com/trezor/trezor-common")
 | 
			
		||||
                 (commit commit)))
 | 
			
		||||
           (sha256
 | 
			
		||||
            (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -1222,7 +1222,7 @@ trezord as a regular user instead of needing to it run as root.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
              (url "https://github.com/trezor/trezord-go.git")
 | 
			
		||||
              (url "https://github.com/trezor/trezord-go")
 | 
			
		||||
              (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -1405,7 +1405,7 @@ entity management.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/BitcoinUnlimited/BitcoinUnlimited.git")
 | 
			
		||||
             (url "https://github.com/BitcoinUnlimited/BitcoinUnlimited")
 | 
			
		||||
             (commit (string-append "BCHunlimited" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,7 +50,7 @@
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/qca/open-ath9k-htc-firmware.git")
 | 
			
		||||
                    (url "https://github.com/qca/open-ath9k-htc-firmware")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -197,7 +197,7 @@ by the b43-open driver of Linux-libre.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/riscv/opensbi.git")
 | 
			
		||||
             (url "https://github.com/riscv/opensbi")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -98,7 +98,7 @@ programmer devices.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/pali/0xffff.git")
 | 
			
		||||
             (url "https://github.com/pali/0xffff")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -216,7 +216,7 @@ firmware from it.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
                (url "https://github.com/PaulStoffregen/teensy_loader_cli.git")
 | 
			
		||||
                (url "https://github.com/PaulStoffregen/teensy_loader_cli")
 | 
			
		||||
                (commit commit)))
 | 
			
		||||
         (sha256 (base32 "0sssim56pwsxp5cp5dlf6mi9h5fx2592m6j1g7abnm0s09b0lpdx"))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -266,7 +266,7 @@ non-root users.")
 | 
			
		|||
        (origin
 | 
			
		||||
          (method git-fetch)
 | 
			
		||||
          (uri (git-reference
 | 
			
		||||
                (url "https://github.com/linux-rockchip/rkflashtool.git")
 | 
			
		||||
                (url "https://github.com/linux-rockchip/rkflashtool")
 | 
			
		||||
                (commit commit)))
 | 
			
		||||
          (file-name (git-file-name name version))
 | 
			
		||||
          (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -345,7 +345,7 @@ referred to as the \"Odin 3 protocol\".")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/coreboot/coreboot.git")
 | 
			
		||||
                    (url "https://github.com/coreboot/coreboot")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -419,7 +419,7 @@ Management Engine (ME).  You need to @code{sudo rmmod mei_me} and
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/corna/me_cleaner.git")
 | 
			
		||||
                     (url "https://github.com/corna/me_cleaner")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -451,7 +451,7 @@ ME as far as possible (it only edits ME firmware image files).")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/LongSoft/UEFITool.git")
 | 
			
		||||
                     (url "https://github.com/LongSoft/UEFITool")
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -461,7 +461,7 @@ for long periods of working with computers (8 or more hours per day).")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/adobe-fonts/source-han-sans.git")
 | 
			
		||||
                     (url "https://github.com/adobe-fonts/source-han-sans")
 | 
			
		||||
                     (commit (string-append version "R"))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -847,7 +847,7 @@ It contains the following fonts and styles:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/belluzj/fantasque-sans.git")
 | 
			
		||||
             (url "https://github.com/belluzj/fantasque-sans")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -930,7 +930,7 @@ Powerline support.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/adobe-fonts/source-code-pro.git")
 | 
			
		||||
             (url "https://github.com/adobe-fonts/source-code-pro")
 | 
			
		||||
             (commit (regexp-substitute/global
 | 
			
		||||
                      ;; The upstream tag uses "/" between the roman and italic
 | 
			
		||||
                      ;; versions, so substitute our "-" separator here.
 | 
			
		||||
| 
						 | 
				
			
			@ -955,7 +955,7 @@ designed to work well in user interface environments.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/adobe-fonts/source-sans-pro.git")
 | 
			
		||||
             (url "https://github.com/adobe-fonts/source-sans-pro")
 | 
			
		||||
             (commit (regexp-substitute/global
 | 
			
		||||
                      ;; The upstream tag uses "/" between the roman and italic
 | 
			
		||||
                      ;; versions, so substitute our "-" separator here.
 | 
			
		||||
| 
						 | 
				
			
			@ -980,7 +980,7 @@ work well in user interface (UI) environments.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/adobe-fonts/source-serif-pro.git")
 | 
			
		||||
             (url "https://github.com/adobe-fonts/source-serif-pro")
 | 
			
		||||
             (commit (regexp-substitute/global
 | 
			
		||||
                      ;; The upstream tag uses "/" between the roman and italic
 | 
			
		||||
                      ;; versions, so substitute our "-" separator here.
 | 
			
		||||
| 
						 | 
				
			
			@ -1023,7 +1023,7 @@ Sans Pro family.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/mozilla/Fira.git")
 | 
			
		||||
                     (url "https://github.com/mozilla/Fira")
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1068,7 +1068,7 @@ correct spacing.")
 | 
			
		|||
   (source (origin
 | 
			
		||||
            (method git-fetch)
 | 
			
		||||
            (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/FortAwesome/Font-Awesome.git")
 | 
			
		||||
                   (url "https://github.com/FortAwesome/Font-Awesome")
 | 
			
		||||
                   (commit (string-append "v" version))))
 | 
			
		||||
            (file-name (git-file-name name version))
 | 
			
		||||
            (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1105,7 +1105,7 @@ vector graphics.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
              (url "https://github.com/sunaku/tamzen-font.git")
 | 
			
		||||
              (url "https://github.com/sunaku/tamzen-font")
 | 
			
		||||
              (commit (string-append "Tamzen-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1388,7 +1388,7 @@ monospace, slab-serif fonts.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/google/material-design-icons.git")
 | 
			
		||||
                     (url "https://github.com/google/material-design-icons")
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1658,7 +1658,7 @@ formatting.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/uswds/public-sans.git")
 | 
			
		||||
             (url "https://github.com/uswds/public-sans")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -177,7 +177,7 @@ Converts WOFF fonts to OpenType fonts
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/wget/ttf2eot.git")
 | 
			
		||||
             (url "https://github.com/wget/ttf2eot")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -266,7 +266,7 @@ work with most software requiring Type 1 fonts.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/google/woff2.git")
 | 
			
		||||
                    (url "https://github.com/google/woff2")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (string-append name "-" version ".git"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -127,7 +127,7 @@ For synthesis, the compiler generates netlists in the desired format.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/cliffordwolf/yosys.git")
 | 
			
		||||
                    (url "https://github.com/cliffordwolf/yosys")
 | 
			
		||||
                    (commit (string-append "yosys-" version))
 | 
			
		||||
                    (recursive? #t))) ; for the ‘iverilog’ submodule
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -223,7 +223,7 @@ For synthesis, the compiler generates netlists in the desired format.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/cliffordwolf/icestorm.git")
 | 
			
		||||
                     (url "https://github.com/cliffordwolf/icestorm")
 | 
			
		||||
                     (commit commit)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -304,7 +304,7 @@ FOSS FPGA place and route tool.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/YosysHQ/arachne-pnr.git")
 | 
			
		||||
                     (url "https://github.com/YosysHQ/arachne-pnr")
 | 
			
		||||
                     (commit commit)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -456,7 +456,7 @@ support.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/bjorn/tiled.git")
 | 
			
		||||
                    (url "https://github.com/bjorn/tiled")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -503,7 +503,7 @@ clone.")
 | 
			
		|||
              ;; http://mirror0.sfml-dev.org/files/ because files there seem
 | 
			
		||||
              ;; to be changed in place.
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/SFML/SFML.git")
 | 
			
		||||
                    (url "https://github.com/SFML/SFML")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -593,7 +593,7 @@ sounds from presets such as \"explosion\" or \"powerup\".")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/alemart/surgescript.git")
 | 
			
		||||
             (url "https://github.com/alemart/surgescript")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1403,7 +1403,7 @@ painted with a mouse.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/wgois/OIS.git")
 | 
			
		||||
             (url "https://github.com/wgois/OIS")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1933,7 +1933,7 @@ of the others")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ioquake/ioq3.git")
 | 
			
		||||
               (url "https://github.com/ioquake/ioq3")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2051,7 +2051,7 @@ double-buffering.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/FNA-XNA/FNA.git")
 | 
			
		||||
             (url "https://github.com/FNA-XNA/FNA")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2103,7 +2103,7 @@ focuses solely on developing a fully accurate XNA4 runtime for the desktop.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/danfis/libccd.git")
 | 
			
		||||
             (url "https://github.com/danfis/libccd")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2179,7 +2179,7 @@ computer games, 3D authoring tools and simulation tools.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/slembcke/Chipmunk2D.git")
 | 
			
		||||
             (url "https://github.com/slembcke/Chipmunk2D")
 | 
			
		||||
             (commit (string-append "Chipmunk-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,7 +2206,7 @@ rigid body physics library written in C.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/libtcod/libtcod.git")
 | 
			
		||||
                    (url "https://github.com/libtcod/libtcod")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -345,7 +345,7 @@ mouse and joystick control, and original music.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/carstene1ns/alex4.git")
 | 
			
		||||
             (url "https://github.com/carstene1ns/alex4")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -416,7 +416,7 @@ physics settings to tweak as well.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/viewizard/astromenace.git")
 | 
			
		||||
             (url "https://github.com/viewizard/astromenace")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -476,7 +476,7 @@ regret their insolence.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/fph/bastet.git")
 | 
			
		||||
             (url "https://github.com/fph/bastet")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -655,7 +655,7 @@ high a score as possible.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/CleverRaven/Cataclysm-DDA.git")
 | 
			
		||||
             (url "https://github.com/CleverRaven/Cataclysm-DDA")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "15l6w6lxays7qmsv0ci2ry53asb9an9dh7l7fc13256k085qcg68"))
 | 
			
		||||
| 
						 | 
				
			
			@ -720,7 +720,7 @@ want what you have.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/CorsixTH/CorsixTH.git")
 | 
			
		||||
             (url "https://github.com/CorsixTH/CorsixTH")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -775,7 +775,7 @@ more.  This package does @emph{not} provide the game assets.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/tnalpgge/rank-amateur-cowsay.git")
 | 
			
		||||
                     (url "https://github.com/tnalpgge/rank-amateur-cowsay")
 | 
			
		||||
                     (commit (string-append name "-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -818,7 +818,7 @@ tired of cows, a variety of other ASCII-art messengers are available.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/jaseg/lolcat.git")
 | 
			
		||||
               (url "https://github.com/jaseg/lolcat")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -986,7 +986,7 @@ The game features:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/freedoom/freedoom.git")
 | 
			
		||||
             (url "https://github.com/freedoom/freedoom")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1184,7 +1184,7 @@ automata.  The following features are available:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/bvschaik/julius.git")
 | 
			
		||||
             (url "https://github.com/bvschaik/julius")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1291,7 +1291,7 @@ shadow mimic them to reach blocks you couldn't reach alone.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/alemart/opensurge.git")
 | 
			
		||||
             (url "https://github.com/alemart/opensurge")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,7 +1980,7 @@ can be explored and changed freely.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/dulsi/seahorse-adventures.git")
 | 
			
		||||
             (url "https://github.com/dulsi/seahorse-adventures")
 | 
			
		||||
             (commit (string-append "release-" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2092,7 +2092,7 @@ and defeat them with your bubbles!")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/notapixelstudio/superstarfighter.git")
 | 
			
		||||
             (url "https://github.com/notapixelstudio/superstarfighter")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2437,7 +2437,7 @@ properly.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/nevat/abbayedesmorts-gpl.git")
 | 
			
		||||
             (url "https://github.com/nevat/abbayedesmorts-gpl")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2668,7 +2668,7 @@ is very small), and shoot at the adversaries that keep appear on the screen.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/abishekvashok/cmatrix.git")
 | 
			
		||||
             (url "https://github.com/abishekvashok/cmatrix")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2985,7 +2985,7 @@ for common mesh file formats, and collision detection.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/thelaui/M.A.R.S..git")
 | 
			
		||||
                      (url "https://github.com/thelaui/M.A.R.S.")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4065,7 +4065,7 @@ Transport Tycoon Deluxe.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/OpenRCT2/OpenRCT2.git")
 | 
			
		||||
             (url "https://github.com/OpenRCT2/OpenRCT2")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4273,7 +4273,7 @@ http://lavachat.symlynx.com/unix/")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/redeclipse/base.git")
 | 
			
		||||
               (url "https://github.com/redeclipse/base")
 | 
			
		||||
               (commit (string-append "v" release))
 | 
			
		||||
               (recursive? #t))) ; for game data
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -5087,7 +5087,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
 | 
			
		|||
    (source
 | 
			
		||||
     (origin (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/sgimenez/laby.git")
 | 
			
		||||
                    (url "https://github.com/sgimenez/laby")
 | 
			
		||||
                    (commit (string-append name "-" version))))
 | 
			
		||||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5430,7 +5430,7 @@ into the Space Age.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/bartobri/no-more-secrets.git")
 | 
			
		||||
             (url "https://github.com/bartobri/no-more-secrets")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5545,7 +5545,7 @@ Magic, Egypt, Indians, Norsemen, Persian or Romans.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/freegish/freegish.git")
 | 
			
		||||
                      (url "https://github.com/freegish/freegish")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5602,7 +5602,7 @@ emerges from a sewer hole and pulls her below ground.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cxong/cdogs-sdl.git")
 | 
			
		||||
             (url "https://github.com/cxong/cdogs-sdl")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -5739,7 +5739,7 @@ small robot living in the nano world, repair its maker.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/teeworlds/teeworlds.git")
 | 
			
		||||
                    (url "https://github.com/teeworlds/teeworlds")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6581,7 +6581,7 @@ some graphical niceities, and numerous bug-fixes and other improvements.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Novum/vkQuake.git")
 | 
			
		||||
             (url "https://github.com/Novum/vkQuake")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6716,7 +6716,7 @@ making Yamagi Quake II one of the most solid Quake II implementations available.
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
              (url "https://github.com/the-butterfly-effect/tbe.git")
 | 
			
		||||
              (url "https://github.com/the-butterfly-effect/tbe")
 | 
			
		||||
              (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6768,7 +6768,7 @@ elements to achieve a simple goal in the most complex way possible.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pioneerspacesim/pioneer.git")
 | 
			
		||||
                    (url "https://github.com/pioneerspacesim/pioneer")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6815,7 +6815,7 @@ whatever you make of it.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/umayr/badass.git")
 | 
			
		||||
                     (url "https://github.com/umayr/badass")
 | 
			
		||||
                     (commit commit)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -6840,7 +6840,7 @@ Github or Gitlab.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/colobot/colobot.git")
 | 
			
		||||
             (url "https://github.com/colobot/colobot")
 | 
			
		||||
             (commit (string-append "colobot-gold-" version))
 | 
			
		||||
             (recursive? #t)))          ;for "data/" subdir
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -6915,7 +6915,7 @@ You can save humanity and get programming skills!")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/coelckers/gzdoom.git")
 | 
			
		||||
             (url "https://github.com/coelckers/gzdoom")
 | 
			
		||||
             (commit (string-append "g" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -7077,7 +7077,7 @@ affect gameplay).")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/fabiangreffrath/crispy-doom.git")
 | 
			
		||||
                    (url "https://github.com/fabiangreffrath/crispy-doom")
 | 
			
		||||
                    (commit (string-append "crispy-doom-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -7119,7 +7119,7 @@ original.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/shlomif/rinutils.git")
 | 
			
		||||
                    (url "https://github.com/shlomif/rinutils")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -7642,7 +7642,7 @@ when packaged in Blorb container files or optionally from individual files.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/kthakore/frozen-bubble.git")
 | 
			
		||||
               (url "https://github.com/kthakore/frozen-bubble")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -7871,7 +7871,7 @@ civilized than your own.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/stepmania/stepmania.git")
 | 
			
		||||
             (url "https://github.com/stepmania/stepmania")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8106,7 +8106,7 @@ and cooperative.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ryanakca/slingshot.git")
 | 
			
		||||
             (url "https://github.com/ryanakca/slingshot")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8409,7 +8409,7 @@ fight each other on an arena-like map.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/flareteam/flare-engine.git")
 | 
			
		||||
                    (url "https://github.com/flareteam/flare-engine")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8437,7 +8437,7 @@ action RPGs.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/flareteam/flare-game.git")
 | 
			
		||||
                    (url "https://github.com/flareteam/flare-game")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8563,7 +8563,7 @@ Orcus Dome from evil.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/HackerPoet/MarbleMarcher.git")
 | 
			
		||||
                      (url "https://github.com/HackerPoet/MarbleMarcher")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9501,7 +9501,7 @@ remake of that series or any other game.")
 | 
			
		|||
    (origin
 | 
			
		||||
     (method git-fetch)
 | 
			
		||||
     (uri (git-reference
 | 
			
		||||
           (url "https://github.com/leela-zero/leela-zero.git")
 | 
			
		||||
           (url "https://github.com/leela-zero/leela-zero")
 | 
			
		||||
           (commit (string-append "v" version))))
 | 
			
		||||
     (file-name (git-file-name name version))
 | 
			
		||||
     (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9549,7 +9549,7 @@ can be downloaded from @url{https://zero.sjeng.org/best-network}.")
 | 
			
		|||
   (source (origin
 | 
			
		||||
            (method git-fetch)
 | 
			
		||||
            (uri (git-reference
 | 
			
		||||
                  (url "https://github.com/bernds/q5Go.git")
 | 
			
		||||
                  (url "https://github.com/bernds/q5Go")
 | 
			
		||||
                  (commit (string-append "q5go-" version))))
 | 
			
		||||
            (file-name (git-file-name name version))
 | 
			
		||||
            (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11165,7 +11165,7 @@ This package is part of the KDE games module.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/xmoto/xmoto.git")
 | 
			
		||||
             (url "https://github.com/xmoto/xmoto")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11257,7 +11257,7 @@ the more difficult challenges.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/fbergo/eboard.git")
 | 
			
		||||
             (url "https://github.com/fbergo/eboard")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11359,7 +11359,7 @@ etc.  You can also play games on FICS or against an engine.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/official-stockfish/Stockfish.git")
 | 
			
		||||
             (url "https://github.com/official-stockfish/Stockfish")
 | 
			
		||||
             (commit (string-append "sf_" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11491,7 +11491,7 @@ kingdom.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/Neverball/neverball.git")
 | 
			
		||||
               (url "https://github.com/Neverball/neverball")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,7 +44,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/gramps-project/gramps.git")
 | 
			
		||||
             (url "https://github.com/gramps-project/gramps")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,7 @@
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pengutronix/genimage.git")
 | 
			
		||||
                    (url "https://github.com/pengutronix/genimage")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -859,7 +859,7 @@ to create databases that are optimized for rendering/tile/map-services.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/osmcode/libosmium.git")
 | 
			
		||||
             (url "https://github.com/osmcode/libosmium")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -892,7 +892,7 @@ OpenStreetMap data.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/openstreetmap/osm2pgsql.git")
 | 
			
		||||
             (url "https://github.com/openstreetmap/osm2pgsql")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -941,7 +941,7 @@ map, geocoding with Nominatim, or general analysis.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mapbox/tippecanoe.git")
 | 
			
		||||
             (url "https://github.com/mapbox/tippecanoe")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1032,7 +1032,7 @@ map display.  Downloads map data from a number of websites, including
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/opengribs/XyGrib.git")
 | 
			
		||||
                     (url "https://github.com/opengribs/XyGrib")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1468,7 +1468,7 @@ using the dataset of topographical information collected by
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/Maproom/qmapshack.git")
 | 
			
		||||
             (url "https://github.com/Maproom/qmapshack")
 | 
			
		||||
             (commit (string-append "V_" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1620,7 +1620,7 @@ exchanged form one Spatial DBMS and the other.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/OpenCPN/OpenCPN.git")
 | 
			
		||||
             (url "https://github.com/OpenCPN/OpenCPN")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -311,7 +311,7 @@ brushstrokes which is used by MyPaint and GIMP.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mypaint/mypaint-brushes.git")
 | 
			
		||||
             (url "https://github.com/mypaint/mypaint-brushes")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -337,7 +337,7 @@ MyPaint.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/mypaint/mypaint-brushes.git")
 | 
			
		||||
             (url "https://github.com/mypaint/mypaint-brushes")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -193,7 +193,7 @@ Polygon meshes, and Extruded polygon meshes.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/divVerent/s2tc.git")
 | 
			
		||||
             (url "https://github.com/divVerent/s2tc")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -833,7 +833,7 @@ and surfaces, receiving input and events.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/extemporelang/nanovg.git")
 | 
			
		||||
                      (url "https://github.com/extemporelang/nanovg")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -893,7 +893,7 @@ mixed vector/bitmap output.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/VirtualGL/virtualgl.git")
 | 
			
		||||
             (url "https://github.com/VirtualGL/virtualgl")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -98,7 +98,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/madmaxms/iconpack-delft.git")
 | 
			
		||||
             (url "https://github.com/madmaxms/iconpack-delft")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -244,7 +244,7 @@ easier to keep track of apps running in the backround.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/micheleg/dash-to-dock.git")
 | 
			
		||||
                    (url "https://github.com/micheleg/dash-to-dock")
 | 
			
		||||
                    (commit (string-append "extensions.gnome.org-v"
 | 
			
		||||
                                           version))))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -423,7 +423,7 @@ currently focused application in the top panel of the GNOME shell.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/home-sweet-gnome/dash-to-panel.git")
 | 
			
		||||
                    (url "https://github.com/home-sweet-gnome/dash-to-panel")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -462,7 +462,7 @@ into a single panel, similar to that found in KDE Plasma and Windows 7+.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/BjoernDaase/noannoyance.git")
 | 
			
		||||
                    (url "https://github.com/BjoernDaase/noannoyance")
 | 
			
		||||
                    (commit "e37b5b3c31f577b4698bc6659bc9fec5ea9ac5d4")))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -485,7 +485,7 @@ It uses ES6 syntax and claims to be more actively maintained than others.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/paperwm/PaperWM.git")
 | 
			
		||||
                    (url "https://github.com/paperwm/PaperWM")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -522,7 +522,7 @@ notebooks and tiling window managers.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/numixproject/numix-gtk-theme.git")
 | 
			
		||||
                    (url "https://github.com/numixproject/numix-gtk-theme")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -564,7 +564,7 @@ dark elements.  It supports GNOME, Unity, Xfce, and Openbox.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git")
 | 
			
		||||
               (url "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme")
 | 
			
		||||
               (commit tag)))
 | 
			
		||||
         (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -597,7 +597,7 @@ and a few extra features.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/benwaffle/vala-language-server.git")
 | 
			
		||||
                    (url "https://github.com/benwaffle/vala-language-server")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5384,7 +5384,7 @@ DAV, and others.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/hughsie/libgusb.git")
 | 
			
		||||
                     (url "https://github.com/hughsie/libgusb")
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8446,7 +8446,7 @@ functionality and behavior.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/NicoHood/arc-theme.git")
 | 
			
		||||
                    (url "https://github.com/NicoHood/arc-theme")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8489,7 +8489,7 @@ like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/snwh/faba-icon-theme.git")
 | 
			
		||||
             (url "https://github.com/snwh/faba-icon-theme")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8522,7 +8522,7 @@ Moka")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/snwh/moka-icon-theme.git")
 | 
			
		||||
             (url "https://github.com/snwh/moka-icon-theme")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -8545,7 +8545,7 @@ simple and consistent.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/horst3180/arc-icon-theme.git")
 | 
			
		||||
             (url "https://github.com/horst3180/arc-icon-theme")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9416,7 +9416,7 @@ configurable file renaming. ")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rcaelers/workrave.git")
 | 
			
		||||
             (url "https://github.com/rcaelers/workrave")
 | 
			
		||||
             (commit (string-append "v" (string-map
 | 
			
		||||
                                         (match-lambda (#\. #\_) (chr chr))
 | 
			
		||||
                                         version)))))
 | 
			
		||||
| 
						 | 
				
			
			@ -10204,7 +10204,7 @@ card sheets that you’ll find at most office supply stores.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/libratbag/libratbag.git")
 | 
			
		||||
             (url "https://github.com/libratbag/libratbag")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -10271,7 +10271,7 @@ your operating-system definition:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/libratbag/piper.git")
 | 
			
		||||
             (url "https://github.com/libratbag/piper")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))
 | 
			
		||||
| 
						 | 
				
			
			@ -10338,7 +10338,7 @@ provided there is a DBus service present:
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/gkarsay/parlatype.git")
 | 
			
		||||
               (url "https://github.com/gkarsay/parlatype")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1465,7 +1465,7 @@ Thunderbird.  It supports email, news feeds, chat, calendar and contacts.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/Unode/firefox_decrypt.git")
 | 
			
		||||
                    (url "https://github.com/Unode/firefox_decrypt")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -227,7 +227,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/golang/go.git")
 | 
			
		||||
             (url "https://github.com/golang/go")
 | 
			
		||||
             (commit (string-append "go" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -433,7 +433,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                       (url "https://github.com/alsm/ioprogress.git")
 | 
			
		||||
                       (url "https://github.com/alsm/ioprogress")
 | 
			
		||||
                       (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -459,7 +459,7 @@ writers can be supplied for alternate environments.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                       (url "https://github.com/aki237/nscjar.git")
 | 
			
		||||
                       (url "https://github.com/aki237/nscjar")
 | 
			
		||||
                       (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -509,7 +509,7 @@ way of specifying command line options.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/go-tomb/tomb.git")
 | 
			
		||||
                      (url "https://github.com/go-tomb/tomb")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -862,7 +862,7 @@ time.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/BurntSushi/toml.git")
 | 
			
		||||
             (url "https://github.com/BurntSushi/toml")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -887,7 +887,7 @@ is similar to Go's standard library @code{json} and @code{xml} package.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/getsentry/raven-go.git")
 | 
			
		||||
               (url "https://github.com/getsentry/raven-go")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -916,7 +916,7 @@ logging system.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/hashicorp/go-version.git")
 | 
			
		||||
               (url "https://github.com/hashicorp/go-version")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -946,7 +946,7 @@ increment versions.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/jpillora/backoff.git")
 | 
			
		||||
               (url "https://github.com/jpillora/backoff")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -969,7 +969,7 @@ Go.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/stretchr/objx.git")
 | 
			
		||||
             (url "https://github.com/stretchr/objx")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -992,7 +992,7 @@ slices, JSON and other data.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/stretchr/testify.git")
 | 
			
		||||
             (url "https://github.com/stretchr/testify")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1031,7 +1031,7 @@ Features include:
 | 
			
		|||
        (origin
 | 
			
		||||
          (method git-fetch)
 | 
			
		||||
          (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/tevino/abool.git")
 | 
			
		||||
                 (url "https://github.com/tevino/abool")
 | 
			
		||||
                 (commit commit)))
 | 
			
		||||
          (file-name (git-file-name name version))
 | 
			
		||||
          (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1056,7 +1056,7 @@ optimized for performance yet simple to use.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/blang/semver.git")
 | 
			
		||||
               (url "https://github.com/blang/semver")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1080,7 +1080,7 @@ optimized for performance yet simple to use.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/emicklei/go-restful.git")
 | 
			
		||||
               (url "https://github.com/emicklei/go-restful")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1106,7 +1106,7 @@ with the HTTP protocol definition.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/google/cadvisor.git")
 | 
			
		||||
               (url "https://github.com/google/cadvisor")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1132,7 +1132,7 @@ containers.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/google/gofuzz.git")
 | 
			
		||||
               (url "https://github.com/google/gofuzz")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1157,7 +1157,7 @@ values for the purpose of fuzz testing.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/gorilla/context.git")
 | 
			
		||||
               (url "https://github.com/gorilla/context")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1181,7 +1181,7 @@ values for the purpose of fuzz testing.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/gorilla/mux.git")
 | 
			
		||||
               (url "https://github.com/gorilla/mux")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1207,7 +1207,7 @@ incoming requests with their respective handler.")
 | 
			
		|||
        (origin
 | 
			
		||||
          (method git-fetch)
 | 
			
		||||
          (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/jonboulle/clockwork.git")
 | 
			
		||||
                 (url "https://github.com/jonboulle/clockwork")
 | 
			
		||||
                 (commit commit)))
 | 
			
		||||
          (file-name (git-file-name name version))
 | 
			
		||||
          (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1329,7 +1329,7 @@ applications as well as a program to generate applications and command files.")
 | 
			
		|||
      (origin
 | 
			
		||||
        (method git-fetch)
 | 
			
		||||
        (uri (git-reference
 | 
			
		||||
               (url "https://github.com/spf13/pflag.git")
 | 
			
		||||
               (url "https://github.com/spf13/pflag")
 | 
			
		||||
               (commit (string-append "v" version))))
 | 
			
		||||
        (file-name (git-file-name name version))
 | 
			
		||||
        (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1356,7 +1356,7 @@ GNU extensions} to the POSIX recommendations for command-line options.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/spf13/viper.git")
 | 
			
		||||
             (url "https://github.com/spf13/viper")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1493,7 +1493,7 @@ all types of configuration needs and formats.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/sirupsen/logrus.git")
 | 
			
		||||
             (url "https://github.com/sirupsen/logrus")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1522,7 +1522,7 @@ compatible with the standard library logger.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/rifflock/lfshook.git")
 | 
			
		||||
                    (url "https://github.com/rifflock/lfshook")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1655,7 +1655,7 @@ to interact with distribution components.")
 | 
			
		|||
        (origin
 | 
			
		||||
          (method git-fetch)
 | 
			
		||||
          (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/docker/go-connections.git")
 | 
			
		||||
                 (url "https://github.com/docker/go-connections")
 | 
			
		||||
                 (commit commit)))
 | 
			
		||||
          (file-name (git-file-name name version))
 | 
			
		||||
          (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1682,7 +1682,7 @@ translation (NAT), proxies, sockets, and transport layer security (TLS).")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/docker/machine.git")
 | 
			
		||||
               (url "https://github.com/docker/machine")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1709,7 +1709,7 @@ Docker on them, then configures the Docker client to talk to them.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/gorhill/cronexpr.git")
 | 
			
		||||
               (url "https://github.com/gorhill/cronexpr")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2242,7 +2242,7 @@ generation features.  This code generation is used to achieve:
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/libp2p/go-flow-metrics.git")
 | 
			
		||||
               (url "https://github.com/libp2p/go-flow-metrics")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2268,7 +2268,7 @@ that's a lot faster (and only does simple bandwidth metrics).")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/davecgh/go-spew.git")
 | 
			
		||||
             (url "https://github.com/davecgh/go-spew")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2308,7 +2308,7 @@ style).
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/btcsuite/btclog.git")
 | 
			
		||||
               (url "https://github.com/btcsuite/btclog")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2334,7 +2334,7 @@ implementing the same interface.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/btcsuite/btcd.git")
 | 
			
		||||
               (url "https://github.com/btcsuite/btcd")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2370,7 +2370,7 @@ needing to use secp256k1 elliptic curve cryptography.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/minio/sha256-simd.git")
 | 
			
		||||
             (url "https://github.com/minio/sha256-simd")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2406,7 +2406,7 @@ Architecture Processors\" by J. Guilford et al.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-crypto.git")
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-crypto")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2436,7 +2436,7 @@ Architecture Processors\" by J. Guilford et al.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/mr-tron/base58.git")
 | 
			
		||||
               (url "https://github.com/mr-tron/base58")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2463,7 +2463,7 @@ encoding and 8 times faster decoding.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/gxed/hashland.git")
 | 
			
		||||
               (url "https://github.com/gxed/hashland")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2489,7 +2489,7 @@ hash algorithm.  See http://keccak.noekeon.org.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/minio/blake2b-simd.git")
 | 
			
		||||
               (url "https://github.com/minio/blake2b-simd")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2519,7 +2519,7 @@ increase approaching hashing speeds of 1GB/sec on a single core.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/spaolacci/murmur3.git")
 | 
			
		||||
             (url "https://github.com/spaolacci/murmur3")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2545,7 +2545,7 @@ required by Go's standard Hash interface.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/twmb/murmur3.git")
 | 
			
		||||
             (url "https://github.com/twmb/murmur3")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2573,7 +2573,7 @@ required by Go's standard Hash interface.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/multiformats/go-multihash.git")
 | 
			
		||||
               (url "https://github.com/multiformats/go-multihash")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2604,7 +2604,7 @@ required by Go's standard Hash interface.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-peer.git")
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-peer")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2639,7 +2639,7 @@ required by Go's standard Hash interface.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-protocol.git")
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-protocol")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2664,7 +2664,7 @@ required by Go's standard Hash interface.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-metrics.git")
 | 
			
		||||
               (url "https://github.com/libp2p/go-libp2p-metrics")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2703,7 +2703,7 @@ statistics for wrapped connections.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/mitchellh/go-homedir.git")
 | 
			
		||||
               (url "https://github.com/mitchellh/go-homedir")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2764,7 +2764,7 @@ cross-compilation.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/multiformats/go-multiaddr.git")
 | 
			
		||||
               (url "https://github.com/multiformats/go-multiaddr")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2806,7 +2806,7 @@ does the following:
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/multiformats/go-multiaddr-net.git")
 | 
			
		||||
               (url "https://github.com/multiformats/go-multiaddr-net")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2844,7 +2844,7 @@ as conversion to and from @command{net.Addr}.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/whyrusleeping/tar-utils.git")
 | 
			
		||||
               (url "https://github.com/whyrusleeping/tar-utils")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2869,7 +2869,7 @@ as conversion to and from @command{net.Addr}.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/cheekybits/is.git")
 | 
			
		||||
               (url "https://github.com/cheekybits/is")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2901,7 +2901,7 @@ as conversion to and from @command{net.Addr}.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/sabhiram/go-gitignore.git")
 | 
			
		||||
               (url "https://github.com/sabhiram/go-gitignore")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2926,7 +2926,7 @@ as conversion to and from @command{net.Addr}.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/urfave/cli.git")
 | 
			
		||||
             (url "https://github.com/urfave/cli")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3055,7 +3055,7 @@ anchor names.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/whyrusleeping/json-filter.git")
 | 
			
		||||
               (url "https://github.com/whyrusleeping/json-filter")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3081,7 +3081,7 @@ anchor names.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/whyrusleeping/progmeter.git")
 | 
			
		||||
               (url "https://github.com/whyrusleeping/progmeter")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3106,7 +3106,7 @@ anchor names.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/whyrusleeping/stump.git")
 | 
			
		||||
               (url "https://github.com/whyrusleeping/stump")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3131,7 +3131,7 @@ have super fancy logs.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/kr/fs.git")
 | 
			
		||||
               (url "https://github.com/kr/fs")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3178,7 +3178,7 @@ format in Go.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/kr/pretty.git")
 | 
			
		||||
                    (url "https://github.com/kr/pretty")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3201,7 +3201,7 @@ format in Go.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/kr/text.git")
 | 
			
		||||
                    (url "https://github.com/kr/text")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3546,7 +3546,7 @@ decode/encode structures and slices.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pkg/errors.git")
 | 
			
		||||
                    (url "https://github.com/pkg/errors")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3768,7 +3768,7 @@ can be used to build a client and/or a server.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/fatih/color.git")
 | 
			
		||||
                     (url "https://github.com/fatih/color")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3790,7 +3790,7 @@ colorized or SGR defined output to the standard output.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/google/go-cmp.git")
 | 
			
		||||
                     (url "https://github.com/google/go-cmp")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3838,7 +3838,7 @@ common task.")
 | 
			
		|||
  (origin
 | 
			
		||||
    (method git-fetch)
 | 
			
		||||
    (uri (git-reference
 | 
			
		||||
          (url "https://github.com/gotestyourself/gotest.tools.git")
 | 
			
		||||
          (url "https://github.com/gotestyourself/gotest.tools")
 | 
			
		||||
          (commit (string-append "v" version))))
 | 
			
		||||
    (file-name (git-file-name "go-gotest-tools" version))
 | 
			
		||||
    (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3914,7 +3914,7 @@ test when a comparison fails.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/gotestyourself/gotestsum.git")
 | 
			
		||||
                     (url "https://github.com/gotestyourself/gotestsum")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3961,7 +3961,7 @@ test results.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/golang/protobuf.git")
 | 
			
		||||
                     (url "https://github.com/golang/protobuf")
 | 
			
		||||
                     (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3986,7 +3986,7 @@ data serialization format.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/mattn/go-zglob.git")
 | 
			
		||||
                    (url "https://github.com/mattn/go-zglob")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,7 +43,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/gpodder/gpodder.git")
 | 
			
		||||
             (url "https://github.com/gpodder/gpodder")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -216,7 +216,7 @@ objects from the @code{graph} package.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/wjrl/RBioFabric.git")
 | 
			
		||||
                      (url "https://github.com/wjrl/RBioFabric")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -240,7 +240,7 @@ lines.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/plotly/plotly.py.git")
 | 
			
		||||
                    (url "https://github.com/plotly/plotly.py")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -318,7 +318,7 @@ subplots, multiple-axes, polar charts, and bubble charts. ")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/vtraag/louvain-igraph.git")
 | 
			
		||||
                    (url "https://github.com/vtraag/louvain-igraph")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -351,7 +351,7 @@ not be used for new projects.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/facebookresearch/faiss.git")
 | 
			
		||||
                    (url "https://github.com/facebookresearch/faiss")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -160,7 +160,7 @@ objects!")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/autotrace/autotrace.git")
 | 
			
		||||
                      (url "https://github.com/autotrace/autotrace")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -301,7 +301,7 @@ application can be customized via its API for Python scripting.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/assimp/assimp.git")
 | 
			
		||||
                    (url "https://github.com/assimp/assimp")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -511,7 +511,7 @@ other vector formats such as:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/OGRECave/ogre.git")
 | 
			
		||||
             (url "https://github.com/OGRECave/ogre")
 | 
			
		||||
             (commit (string-append "v" version))
 | 
			
		||||
             (recursive? #t)))          ;for Dear ImGui submodule
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
| 
						 | 
				
			
			@ -628,7 +628,7 @@ storage of the \"EXR\" file format for storing 16-bit floating-point images.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/OpenImageIO/oiio.git")
 | 
			
		||||
                    (url "https://github.com/OpenImageIO/oiio")
 | 
			
		||||
                    (commit (string-append "Release-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -948,7 +948,7 @@ output.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/wdas/brdf.git")
 | 
			
		||||
                      (url "https://github.com/wdas/brdf")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -1217,7 +1217,7 @@ and GPU architectures.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/floriankirsch/OpenCSG.git")
 | 
			
		||||
               (url "https://github.com/floriankirsch/OpenCSG")
 | 
			
		||||
               (commit (string-append "opencsg-"
 | 
			
		||||
                                      (string-map dot-to-dash version)
 | 
			
		||||
                                      "-release"))))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -211,7 +211,7 @@ visualization tool suite.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/pygraphviz/pygraphviz.git")
 | 
			
		||||
             (url "https://github.com/pygraphviz/pygraphviz")
 | 
			
		||||
             (commit (string-append "pygraphviz-" version))))
 | 
			
		||||
       (file-name (string-append "pygraphviz-" version "-checkout"))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -177,7 +177,7 @@ is usually the formatter of \"man\" documentation pages.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/bagder/roffit.git")
 | 
			
		||||
                      (url "https://github.com/bagder/roffit")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append "roffit-" commit "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -36,7 +36,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/apache/groovy.git")
 | 
			
		||||
             (url "https://github.com/apache/groovy")
 | 
			
		||||
             (commit (string-append
 | 
			
		||||
                      "GROOVY_"
 | 
			
		||||
                      (string-map (lambda (x) (if (eq? x #\.) #\_ x))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1741,7 +1741,7 @@ misspelled words in a GtkTextView widget.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/CristianHenzel/ClipIt.git")
 | 
			
		||||
             (url "https://github.com/CristianHenzel/ClipIt")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1856,7 +1856,7 @@ independent of your desktop environment, and supports global key bindings.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/v1cont/yad.git")
 | 
			
		||||
             (url "https://github.com/v1cont/yad")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -234,7 +234,7 @@ more.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/ijp/guildhall.git")
 | 
			
		||||
                      (url "https://github.com/ijp/guildhall")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1350,7 +1350,7 @@ SQL databases.  This package implements the interface for SQLite.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/opencog/guile-dbi.git")
 | 
			
		||||
               (url "https://github.com/opencog/guile-dbi")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1850,7 +1850,7 @@ provides access to that interface and its types from the Scheme level.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/fisherdj/miniAdapton.git")
 | 
			
		||||
                      (url "https://github.com/fisherdj/miniAdapton")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2047,7 +2047,7 @@ for Guile\".")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/ijp/minikanren.git")
 | 
			
		||||
                    (url "https://github.com/ijp/minikanren")
 | 
			
		||||
                    (commit "e844d85512f8c055d3f96143ee506007389a25e3")))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3104,7 +3104,7 @@ clean and easy to use high level API.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/lloda/guile-ffi-fftw.git")
 | 
			
		||||
                      (url "https://github.com/lloda/guile-ffi-fftw")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name "guile-ffi-fftw" version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3540,7 +3540,7 @@ according to Bitorrent BEP003.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/rekado/guile-irc.git")
 | 
			
		||||
                      (url "https://github.com/rekado/guile-irc")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -596,7 +596,7 @@ specification.  These are the main features:
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/ijp/guile-gdbm.git")
 | 
			
		||||
                    (url "https://github.com/ijp/guile-gdbm")
 | 
			
		||||
                    (commit "fa1d5b6231d0e4d096687b378c025f2148c5f246")))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (patches (search-patches
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -294,7 +294,7 @@ be dangerous and may void your CPU or system board's warranty.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/uoaerg/wavemon.git")
 | 
			
		||||
             (url "https://github.com/uoaerg/wavemon")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -338,7 +338,7 @@ supported by the Linux kernel.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/rockchip-linux/rkdeveloptool.git")
 | 
			
		||||
               (url "https://github.com/rockchip-linux/rkdeveloptool")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -149,7 +149,7 @@ installation of Haskell libraries and programs.")
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/jameysharp/corrode.git")
 | 
			
		||||
               (url "https://github.com/jameysharp/corrode")
 | 
			
		||||
               (commit "b6699fb2fa552a07c6091276285a44133e5c9789")))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -624,7 +624,7 @@ and mIRC chat codes.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/david-janssen/kmonad.git")
 | 
			
		||||
             (url "https://github.com/david-janssen/kmonad")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5129,7 +5129,7 @@ the ‘haddock’ package.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/haskell/haddock.git")
 | 
			
		||||
             (url "https://github.com/haskell/haddock")
 | 
			
		||||
             (commit (string-append "haddock-" version "-release"))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,7 +38,7 @@
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/pixel/hexedit.git")
 | 
			
		||||
                    (url "https://github.com/pixel/hexedit")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -35,7 +35,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/PurpleI2P/i2pd.git")
 | 
			
		||||
             (url "https://github.com/PurpleI2P/i2pd")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -305,7 +305,7 @@ Japanese language input in most graphical applications.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rime/librime.git")
 | 
			
		||||
             (url "https://github.com/rime/librime")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -356,7 +356,7 @@ traditional Chinese output.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rime/plum.git")
 | 
			
		||||
             (url "https://github.com/rime/plum")
 | 
			
		||||
             (commit "397d601dd22cfc857613973724724b8f44db9f9c")))
 | 
			
		||||
       (file-name "plum-checkout")
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -403,7 +403,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-array.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-array")
 | 
			
		||||
                 (commit "93cc99238f120606a076220ec4ddcad164f6396a")))
 | 
			
		||||
           (file-name "rime-array-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -413,7 +413,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-bopomofo.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-bopomofo")
 | 
			
		||||
                 (commit "ed25098386f5efd3d70b08650f0d1b70c41c11a3")))
 | 
			
		||||
           (file-name "rime-bopomofo-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -423,7 +423,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-cangjie.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-cangjie")
 | 
			
		||||
                 (commit "5fd8ce6f64039e505ca02655a621f2e830b97c19")))
 | 
			
		||||
           (file-name "rime-cangjie-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -433,7 +433,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-cantonese.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-cantonese")
 | 
			
		||||
                 (commit "e06fe8e79d7d64db2f2b6339aabc004d8cbc1f67")))
 | 
			
		||||
           (file-name "rime-cantonese-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -443,7 +443,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-combo-pinyin.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-combo-pinyin")
 | 
			
		||||
                 (commit "67b29cdc786928ea46b43a9c660dee3db8f1adff")))
 | 
			
		||||
           (file-name "rime-combo-pinyin-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -453,7 +453,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-double-pinyin.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-double-pinyin")
 | 
			
		||||
                 (commit "69bf85d4dfe8bac139c36abbd68d530b8b6622ea")))
 | 
			
		||||
           (file-name "rime-double-pinyin-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -463,7 +463,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-emoji.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-emoji")
 | 
			
		||||
                 (commit "c99d34e4a837349e4679a110bb4b94f71fe015ae")))
 | 
			
		||||
           (file-name "rime-emoji-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -473,7 +473,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-essay.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-essay")
 | 
			
		||||
                 (commit "88055afa3752e4582fa887765d962a30e02bb1fa")))
 | 
			
		||||
           (file-name "rime-essay-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -483,7 +483,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-ipa.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-ipa")
 | 
			
		||||
                 (commit "22b71710e029bcb412e9197192a638ab11bc2abf")))
 | 
			
		||||
           (file-name "rime-ipa-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -493,7 +493,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-jyutping.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-jyutping")
 | 
			
		||||
                 (commit "6fe0d727b3178feabd0f01e6cd82599202764735")))
 | 
			
		||||
           (file-name "rime-jyutping-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -503,7 +503,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-luna-pinyin.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-luna-pinyin")
 | 
			
		||||
                 (commit "f1268e192ca88b9526467ce04ac3e47c837891ad")))
 | 
			
		||||
           (file-name "rime-luna-pinyin-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -513,7 +513,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-middle-chinese.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-middle-chinese")
 | 
			
		||||
                 (commit "ed6d44f8d0bedf6e0c1c3183a270f8f01a211a40")))
 | 
			
		||||
           (file-name "rime-middle-chinese-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -523,7 +523,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-pinyin-simp.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-pinyin-simp")
 | 
			
		||||
                 (commit "b73df7fc0994912ce785462b3be569ae81258ac2")))
 | 
			
		||||
           (file-name "rime-pinyin-simp-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -533,7 +533,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-prelude.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-prelude")
 | 
			
		||||
                 (commit "8a52b4f86a59f3eb602f9a4cf6a680a67c15df8c")))
 | 
			
		||||
           (file-name "rime-prelude-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -543,7 +543,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-quick.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-quick")
 | 
			
		||||
                 (commit "3fe5911ba608cb2df1b6301b76ad1573bd482a76")))
 | 
			
		||||
           (file-name "rime-quick-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -553,7 +553,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-scj.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-scj")
 | 
			
		||||
                 (commit "cab5a0858765eff0553dd685a2d61d5536e9149c")))
 | 
			
		||||
           (file-name "rime-scj-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -563,7 +563,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-soutzoe.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-soutzoe")
 | 
			
		||||
                 (commit "beeaeca72d8e17dfd1e9af58680439e9012987dc")))
 | 
			
		||||
           (file-name "rime-soutzoe-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -573,7 +573,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-stenotype.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-stenotype")
 | 
			
		||||
                 (commit "f3e9189d5ce33c55d3936cc58e39d0c88b3f0c88")))
 | 
			
		||||
           (file-name "rime-stenotype-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -583,7 +583,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-stroke.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-stroke")
 | 
			
		||||
                 (commit "ea8576d1accd6fda339e96b415caadb56e2a07d1")))
 | 
			
		||||
           (file-name "rime-stroke-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -593,7 +593,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-terra-pinyin.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-terra-pinyin")
 | 
			
		||||
                 (commit "492aaf914f9de37cc9d26b846dc693116de70ae8")))
 | 
			
		||||
           (file-name "rime-terra-pinyin-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -603,7 +603,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-wubi.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-wubi")
 | 
			
		||||
                 (commit "dd052ee158a38cb791755318b1aef9b4a3ed0316")))
 | 
			
		||||
           (file-name "rime-wubi-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -613,7 +613,7 @@ traditional Chinese output.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/rime/rime-wugniu.git")
 | 
			
		||||
                 (url "https://github.com/rime/rime-wugniu")
 | 
			
		||||
                 (commit "abd1ee98efbf170258fcf43875c21a4259e00b61")))
 | 
			
		||||
           (file-name "rime-wugniu-checkout")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -633,7 +633,7 @@ Method Engine.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/rime/ibus-rime.git")
 | 
			
		||||
             (url "https://github.com/rime/ibus-rime")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -587,7 +587,7 @@ recalculates.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/vxl/vxl.git")
 | 
			
		||||
             (url "https://github.com/vxl/vxl")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -629,7 +629,7 @@ libraries designed for computer vision research and implementation.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/vxl/vxl.git")
 | 
			
		||||
             (url "https://github.com/vxl/vxl")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -850,7 +850,7 @@ combine the information contained in both.")
 | 
			
		|||
           (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/pyushkevich/c3d.git")
 | 
			
		||||
                   (url "https://github.com/pyushkevich/c3d")
 | 
			
		||||
                   (commit commit)))
 | 
			
		||||
             (file-name (git-file-name "c3d" version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -865,7 +865,7 @@ combine the information contained in both.")
 | 
			
		|||
           (origin
 | 
			
		||||
             (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
                   (url "https://github.com/pyushkevich/greedy.git")
 | 
			
		||||
                   (url "https://github.com/pyushkevich/greedy")
 | 
			
		||||
                   (commit commit)))
 | 
			
		||||
             (file-name (git-file-name "greedy" version))
 | 
			
		||||
             (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -191,7 +191,7 @@ It is the default image viewer on LXDE desktop environment.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/muennich/sxiv.git")
 | 
			
		||||
                    (url "https://github.com/muennich/sxiv")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -237,7 +237,7 @@ it and customize it for your needs.")
 | 
			
		|||
      (origin
 | 
			
		||||
        (method git-fetch)
 | 
			
		||||
        (uri (git-reference
 | 
			
		||||
               (url "https://github.com/hellosiyan/Viewnior.git")
 | 
			
		||||
               (url "https://github.com/hellosiyan/Viewnior")
 | 
			
		||||
               (commit (string-append name "-" version))))
 | 
			
		||||
        (file-name (git-file-name name version))
 | 
			
		||||
        (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -289,7 +289,7 @@ your images.  Among its features are:
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/posva/catimg.git")
 | 
			
		||||
             (url "https://github.com/posva/catimg")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -488,7 +488,7 @@ For PDF support, install the @emph{mupdf} package.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/jurplel/qView.git")
 | 
			
		||||
             (url "https://github.com/jurplel/qView")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -309,7 +309,7 @@ Currently all documentation resides in @file{pnglite.h}.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/ImageOptim/libimagequant.git")
 | 
			
		||||
             (url "https://github.com/ImageOptim/libimagequant")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -333,7 +333,7 @@ and other PNG optimizers.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/kornelski/pngquant.git")
 | 
			
		||||
             (url "https://github.com/kornelski/pngquant")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -589,7 +589,7 @@ collection of tools for doing simple manipulations of TIFF images.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/DanBloomberg/leptonica.git")
 | 
			
		||||
             (url "https://github.com/DanBloomberg/leptonica")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1357,7 +1357,7 @@ convert, manipulate, filter and display a wide variety of image formats.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/mdadams/jasper.git")
 | 
			
		||||
                    (url "https://github.com/mdadams/jasper")
 | 
			
		||||
                    (commit (string-append "version-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1380,7 +1380,7 @@ ISO/IEC 15444-1).")
 | 
			
		|||
      (origin
 | 
			
		||||
        (method git-fetch)
 | 
			
		||||
        (uri (git-reference
 | 
			
		||||
              (url "https://github.com/sekrit-twc/zimg.git")
 | 
			
		||||
              (url "https://github.com/sekrit-twc/zimg")
 | 
			
		||||
              (commit (string-append "release-" version))))
 | 
			
		||||
        (file-name (git-file-name name version))
 | 
			
		||||
        (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1408,7 +1408,7 @@ the programmer.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/myint/perceptualdiff.git")
 | 
			
		||||
             (url "https://github.com/myint/perceptualdiff")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1482,7 +1482,7 @@ changed, making the embedding resistant against first-order statistical tests.")
 | 
			
		|||
      (source
 | 
			
		||||
       (origin (method git-fetch)
 | 
			
		||||
               (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/extemporelang/stb.git")
 | 
			
		||||
                     (url "https://github.com/extemporelang/stb")
 | 
			
		||||
                     (commit commit)))
 | 
			
		||||
               (sha256
 | 
			
		||||
                (base32
 | 
			
		||||
| 
						 | 
				
			
			@ -1688,7 +1688,7 @@ medical image data, e.g. magnetic resonance image (MRI) and functional MRI
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/thezbyg/gpick.git")
 | 
			
		||||
                    (url "https://github.com/thezbyg/gpick")
 | 
			
		||||
                    (commit (string-append name "-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1751,7 +1751,7 @@ parsing, viewing, modifying, and saving this metadata.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/lupoDharkael/flameshot.git")
 | 
			
		||||
             (url "https://github.com/lupoDharkael/flameshot")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1864,7 +1864,7 @@ identical visual appearance.")
 | 
			
		|||
    (origin
 | 
			
		||||
     (method git-fetch)
 | 
			
		||||
     (uri (git-reference
 | 
			
		||||
           (url "https://github.com/emersion/grim.git")
 | 
			
		||||
           (url "https://github.com/emersion/grim")
 | 
			
		||||
           (commit (string-append "v" version))))
 | 
			
		||||
     (file-name (git-file-name name version))
 | 
			
		||||
     (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -1890,7 +1890,7 @@ identical visual appearance.")
 | 
			
		|||
    (origin
 | 
			
		||||
     (method git-fetch)
 | 
			
		||||
     (uri (git-reference
 | 
			
		||||
           (url "https://github.com/emersion/slurp.git")
 | 
			
		||||
           (url "https://github.com/emersion/slurp")
 | 
			
		||||
           (commit (string-append "v" version))))
 | 
			
		||||
     (file-name (git-file-name name version))
 | 
			
		||||
     (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
        (origin
 | 
			
		||||
          (method git-fetch)
 | 
			
		||||
          (uri (git-reference
 | 
			
		||||
                 (url "https://github.com/ipfs/go-ipfs-cmdkit.git")
 | 
			
		||||
                 (url "https://github.com/ipfs/go-ipfs-cmdkit")
 | 
			
		||||
                 (commit commit)))
 | 
			
		||||
          (file-name (git-file-name name version))
 | 
			
		||||
          (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -65,7 +65,7 @@ that are shared between @command{go-ipfs/commands} and its rewrite
 | 
			
		|||
       (origin
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/ipfs/go-ipfs-api.git")
 | 
			
		||||
               (url "https://github.com/ipfs/go-ipfs-api")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (file-name (git-file-name name version))
 | 
			
		||||
         (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -110,7 +110,7 @@ that are shared between @command{go-ipfs/commands} and its rewrite
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/whyrusleeping/gx.git")
 | 
			
		||||
             (url "https://github.com/whyrusleeping/gx")
 | 
			
		||||
             (commit (string-append "v" version))))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -96,7 +96,7 @@ features not found in the core libraries.")))
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/bourgesl/marlin-renderer.git")
 | 
			
		||||
                    (url "https://github.com/bourgesl/marlin-renderer")
 | 
			
		||||
                    (commit (string-append "v" (string-map (match-lambda
 | 
			
		||||
                                                             (#\. #\_)
 | 
			
		||||
                                                             (c c))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/mikiobraun/jblas.git")
 | 
			
		||||
                    (url "https://github.com/mikiobraun/jblas")
 | 
			
		||||
                    (commit (string-append "jblas-" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2654,7 +2654,7 @@ OpenJFX distribution.")))
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/javacc/javacc.git")
 | 
			
		||||
                    (url "https://github.com/javacc/javacc")
 | 
			
		||||
                    (commit "release_41")))
 | 
			
		||||
              (file-name (string-append "javacc-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -2703,7 +2703,7 @@ debugging, etc.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/javacc/javacc.git")
 | 
			
		||||
             (url "https://github.com/javacc/javacc")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name "javacc" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -3329,7 +3329,7 @@ API and version 2.1 of the Java ServerPages API.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/javaee/servlet-spec.git")
 | 
			
		||||
                      (url "https://github.com/javaee/servlet-spec")
 | 
			
		||||
                      (commit version)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -4598,7 +4598,7 @@ complex transformations and code analysis tools.")
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/cglib/cglib.git")
 | 
			
		||||
             (url "https://github.com/cglib/cglib")
 | 
			
		||||
             (commit (string-append
 | 
			
		||||
                      "RELEASE_"
 | 
			
		||||
                      (string-map (lambda (c) (if (char=? c #\.) #\_ c))
 | 
			
		||||
| 
						 | 
				
			
			@ -8984,7 +8984,7 @@ the subsequent value resolution at any given level.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/nhatminhle/cofoja.git")
 | 
			
		||||
                    (url "https://github.com/nhatminhle/cofoja")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (string-append "java-cofoja-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9386,7 +9386,7 @@ those in Perl and JavaScript.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/cbeust/testng.git")
 | 
			
		||||
                    (url "https://github.com/cbeust/testng")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -9464,7 +9464,7 @@ to use.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/neilalexander/jnacl.git")
 | 
			
		||||
                      (url "https://github.com/neilalexander/jnacl")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (git-file-name name version))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -10047,7 +10047,7 @@ protocol-independent framework to build mail and messaging applications.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/zeromq/jeromq.git")
 | 
			
		||||
                    (url "https://github.com/zeromq/jeromq")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -10834,7 +10834,7 @@ features that bring it on par with the Z shell line editor.")
 | 
			
		|||
        ,(origin
 | 
			
		||||
           (method git-fetch)
 | 
			
		||||
           (uri (git-reference
 | 
			
		||||
                  (url "https://github.com/xmlunit/test-resources.git")
 | 
			
		||||
                  (url "https://github.com/xmlunit/test-resources")
 | 
			
		||||
                  (commit "a590d2ae865c3e0455691d76ba8eefccc2215aec")))
 | 
			
		||||
           (file-name "java-xmlunit-test-resources")
 | 
			
		||||
           (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -11439,7 +11439,7 @@ OSGi Service Registry is a goal of this project.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/eclipse/sisu.plexus.git")
 | 
			
		||||
                     (url "https://github.com/eclipse/sisu.plexus")
 | 
			
		||||
                     (commit (string-append "releases/" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -188,7 +188,7 @@ Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/douglascrockford/JSON-js.git")
 | 
			
		||||
                      (url "https://github.com/douglascrockford/JSON-js")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -303,7 +303,7 @@ HTML tables with minimal effort.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                     (url "https://github.com/requirejs/requirejs.git")
 | 
			
		||||
                     (url "https://github.com/requirejs/requirejs")
 | 
			
		||||
                     (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -38,7 +38,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/maebert/jrnl.git")
 | 
			
		||||
             (url "https://github.com/maebert/jrnl")
 | 
			
		||||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -61,7 +61,7 @@
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                       (url "https://github.com/JuliaLang/libuv.git")
 | 
			
		||||
                       (url "https://github.com/JuliaLang/libuv")
 | 
			
		||||
                       (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -196,7 +196,7 @@
 | 
			
		|||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
       (uri (git-reference
 | 
			
		||||
             (url "https://github.com/vtjnash/libwhich.git")
 | 
			
		||||
             (url "https://github.com/vtjnash/libwhich")
 | 
			
		||||
             ;; fixes linux-vdso.so related tests
 | 
			
		||||
             (commit "87cffe10080c98e7b5786c5166e420bf1ada1d41")))
 | 
			
		||||
       (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -145,7 +145,7 @@ Messaging Protocol}.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/QuantStack/xeus.git")
 | 
			
		||||
                    (url "https://github.com/QuantStack/xeus")
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -90,7 +90,7 @@
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/graeme-hill/crossguid.git")
 | 
			
		||||
                      (url "https://github.com/graeme-hill/crossguid")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -140,7 +140,7 @@ generator library for C++.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/xbmc/libdvdnav.git")
 | 
			
		||||
                      (url "https://github.com/xbmc/libdvdnav")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -175,7 +175,7 @@ generator library for C++.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/xbmc/libdvdread.git")
 | 
			
		||||
                      (url "https://github.com/xbmc/libdvdread")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -210,7 +210,7 @@ generator library for C++.")
 | 
			
		|||
      (source (origin
 | 
			
		||||
                (method git-fetch)
 | 
			
		||||
                (uri (git-reference
 | 
			
		||||
                      (url "https://github.com/xbmc/libdvdcss.git")
 | 
			
		||||
                      (url "https://github.com/xbmc/libdvdcss")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                (file-name (string-append name "-" version "-checkout"))
 | 
			
		||||
                (sha256
 | 
			
		||||
| 
						 | 
				
			
			@ -273,7 +273,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/xbmc/xbmc.git")
 | 
			
		||||
                    (url "https://github.com/xbmc/xbmc")
 | 
			
		||||
                    (commit (string-append version "-Leia"))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -613,7 +613,7 @@ suitable for both the desktop and mobile devices.")
 | 
			
		|||
         ;; 'tegaki-recognize.in' are missing in the tarball.
 | 
			
		||||
         (method git-fetch)
 | 
			
		||||
         (uri (git-reference
 | 
			
		||||
               (url "https://github.com/tegaki/tegaki.git")
 | 
			
		||||
               (url "https://github.com/tegaki/tegaki")
 | 
			
		||||
               (commit commit)))
 | 
			
		||||
         (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -78,7 +78,7 @@ restrictions that stem from limitations of the standard RCX firmware.")
 | 
			
		|||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://github.com/leozide/leocad.git")
 | 
			
		||||
                    (url "https://github.com/leozide/leocad")
 | 
			
		||||
                    (commit (string-append "v" version))))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
Some files were not shown because too many files have changed in this diff Show more
		Reference in a new issue