mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Don't append '.git' to GitHub uris.
* gnu/packages/admin.scm (nmrpflash)[source]: Remove '.git' from URI. * gnu/packages/aidc.scm (zxing-cpp), * gnu/packages/assembly.scm (mbuild), * gnu/packages/audio.scm (opensles, wildmidi, tinyalsa), * gnu/packages/browser-extensions.scm (ublock-origin-chromium), * gnu/packages/check.scm (mutest), * gnu/packages/compression.scm (unshield), * gnu/packages/coq.scm (subset), * gnu/packages/dictionaries.scm (translate-shell), * gnu/packages/disk.scm (memkind), * gnu/packages/documentation.scm (latex2html), * gnu/packages/emacs-xyz.scm (emacs-chronometrist, emacs-flycheck-ledger, emacs-counsel-notmuch, emacs-spaceline, emacs-org-generate), * gnu/packages/embedded.scm (ebusd, ebusd-configuration), * gnu/packages/enchant.scm (nuspell), * gnu/packages/fontutils.scm (woff2), * gnu/packages/geo.scm (memphis), * gnu/packages/gimp.scm (mrg), * gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator), * gnu/packages/gnome.scm (parlatype), * gnu/packages/golang.scm (go-github-com-tv42-httpunix, go-github-com-ayufan-golang-kardianos-service), * gnu/packages/graphics.scm (eglexternalplatform, egl-wayland, mmm, directfb, flux), * gnu/packages/gstreamer.scm (openni2, ccextractor, libvisual, graphene), * gnu/packages/guile-xyz.scm (guile-srfi-180, guile-torrent), * gnu/packages/image.scm (openjpeg-data), * gnu/packages/java.scm (javacc), * gnu/packages/language.scm (liblouis, liblouisutdml), * gnu/packages/linux.scm (pamela, ttyebus), * gnu/packages/lxqt.scm (lxqt-connman-applet), * gnu/packages/mail.scm (libetpan), * gnu/packages/man.scm (ronn), * gnu/packages/music.scm (tascam-gtk, artyfx), * gnu/packages/networking.scm (srt, lksctp-tools, nng, nanomsg), * gnu/packages/python-crypto.scm (pure-python-otr), * gnu/packages/qt.scm (qtspell), * gnu/packages/raspberry-pi.scm (raspi-gpio, raspi-open-firmware), * gnu/packages/rdp.scm (freerdp), * gnu/packages/ruby.scm (ruby-prawn-templates, ruby-treetop, ruby-gimme, ruby-standard, ruby-rubocop-ast, ruby-rexml, ruby-range-compressor, ruby-regexp-property-values, ruby-regexp-parser, ruby-rubocop, ruby-pdf-reader, ruby-pdf-inspector, ruby-prawn), * gnu/packages/syncthing.scm (syncthing-gtk), * gnu/packages/video.scm (svt-hevc, mediasdk, libvideogfx, libde265, tslib), * gnu/packages/xml.scm (libxmlb, libxmlplusplus)[source]: Same.
This commit is contained in:
parent
2c2b07c1a3
commit
8ed4c468ab
40 changed files with 86 additions and 86 deletions
|
@ -4131,7 +4131,7 @@ (define-public nmrpflash
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/jclehner/nmrpflash.git")
|
||||
(url "https://github.com/jclehner/nmrpflash")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1fdjrxhjs96rdclbkld57xarf592slhkp79h46z833npxpn12ck1"))
|
||||
|
|
|
@ -50,7 +50,7 @@ (define-public zxing-cpp
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/nu-book/zxing-cpp.git")
|
||||
(url "https://github.com/nu-book/zxing-cpp")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -444,7 +444,7 @@ (define-public intel-xed
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/intelxed/mbuild.git")
|
||||
(url "https://github.com/intelxed/mbuild")
|
||||
(commit "5304b94361fccd830c0e2417535a866b79c1c297")))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
|
@ -140,7 +140,7 @@ (define-public opensles
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/KhronosGroup/OpenSL-ES-Registry.git")
|
||||
(url "https://github.com/KhronosGroup/OpenSL-ES-Registry")
|
||||
(commit "ea5104bf37bf525c25e6ae2386586048179d0fda")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -202,7 +202,7 @@ (define-public wildmidi
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/Mindwerks/wildmidi.git")
|
||||
(url "https://github.com/Mindwerks/wildmidi")
|
||||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -277,7 +277,7 @@ (define-public tinyalsa
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/tinyalsa/tinyalsa.git")
|
||||
(url "https://github.com/tinyalsa/tinyalsa")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -53,7 +53,7 @@ (define uassets
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/uBlockOrigin/uAssets.git")
|
||||
(url "https://github.com/uBlockOrigin/uAssets")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "uAssets" (string-take commit 9)))
|
||||
(sha256
|
||||
|
|
|
@ -119,7 +119,7 @@ (define-public mutest
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/ebassi/mutest.git")
|
||||
(url "https://github.com/ebassi/mutest")
|
||||
(commit "e6246c9")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1301,7 +1301,7 @@ (define-public unshield
|
|||
(source
|
||||
(origin (method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "http://github.com/twogood/unshield.git")
|
||||
(url "http://github.com/twogood/unshield")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -522,7 +522,7 @@ (define-public coq-autosubst
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "git://github.com/uds-psl/autosubst.git")
|
||||
(url "git://github.com/uds-psl/autosubst")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -242,7 +242,7 @@ (define-public translate-shell
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url"https://github.com/soimort/translate-shell.git")
|
||||
(url"https://github.com/soimort/translate-shell")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1052,7 +1052,7 @@ (define-public memkind
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/memkind/memkind.git")
|
||||
(url "https://github.com/memkind/memkind")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -63,7 +63,7 @@ (define-public latex2html
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/latex2html/latex2html.git")
|
||||
(url "https://github.com/latex2html/latex2html")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -2238,7 +2238,7 @@ (define-public emacs-chronometrist
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/contrapunctus-1/chronometrist.git")
|
||||
(url "https://github.com/contrapunctus-1/chronometrist")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -4564,7 +4564,7 @@ (define-public emacs-flycheck-ledger
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/purcell/flycheck-ledger.git")
|
||||
(url "https://github.com/purcell/flycheck-ledger")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -7662,7 +7662,7 @@ (define-public emacs-counsel-notmuch
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fuxialexander/counsel-notmuch.git")
|
||||
(url "https://github.com/fuxialexander/counsel-notmuch")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -17339,7 +17339,7 @@ (define-public emacs-dts-mode
|
|||
(base32
|
||||
"1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/bgamari/dts-mode.git")
|
||||
(home-page "https://github.com/bgamari/dts-mode")
|
||||
(synopsis "Emacs minor mode for editing device tree files")
|
||||
(description
|
||||
"This package provides an Emacs minor mode for highlighting
|
||||
|
@ -19291,7 +19291,7 @@ (define-public emacs-spaceline-next
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/TheBB/spaceline.git")
|
||||
(url "https://github.com/TheBB/spaceline")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "11lwckqcgzsahrkkm5wk1ph4kc7d4yz05r7251g8c9f0q6vdj9dp"))
|
||||
|
@ -19885,7 +19885,7 @@ (define-public emacs-leetcode
|
|||
(package
|
||||
(name "emacs-leetcode")
|
||||
(version (git-version "0" "1" commit))
|
||||
(home-page "https://github.com/ginqi7/leetcode-emacs.git")
|
||||
(home-page "https://github.com/ginqi7/leetcode-emacs")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -24915,7 +24915,7 @@ (define-public emacs-org-generate
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/conao3/org-generate.el.git")
|
||||
(url "https://github.com/conao3/org-generate.el")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1379,7 +1379,7 @@ (define-public ebusd
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/john30/ebusd.git")
|
||||
(url "https://github.com/john30/ebusd")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
|
@ -1407,7 +1407,7 @@ (define-public ebusd
|
|||
,(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/john30/ebusd-configuration.git")
|
||||
(url "https://github.com/john30/ebusd-configuration")
|
||||
(commit "666c0f6b9c4d7545eff7f43ab28a1c7baeab7913")))
|
||||
(file-name "config-checkout")
|
||||
(sha256
|
||||
|
|
|
@ -49,7 +49,7 @@ (define-public nuspell
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/nuspell/nuspell.git")
|
||||
(url "https://github.com/nuspell/nuspell")
|
||||
(commit
|
||||
(string-append "v" version))))
|
||||
(file-name
|
||||
|
|
|
@ -283,7 +283,7 @@ (define-public woff2
|
|||
(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
|
||||
(git-file-name name version))
|
||||
|
|
|
@ -112,7 +112,7 @@ (define-public memphis
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/jiuka/memphis.git")
|
||||
(url "https://github.com/jiuka/memphis")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -139,7 +139,7 @@ (define-public mrg
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/hodefoting/mrg.git")
|
||||
(url "https://github.com/hodefoting/mrg")
|
||||
(commit version)))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
|
|
|
@ -131,7 +131,7 @@ (define-public gnome-shell-extension-appindicator
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
"https://github.com/ubuntu/gnome-shell-extension-appindicator.git")
|
||||
"https://github.com/ubuntu/gnome-shell-extension-appindicator")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
|
@ -11662,7 +11662,7 @@ (define-public parlatype
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gkarsay/parlatype.git")
|
||||
(url "https://github.com/gkarsay/parlatype")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1139,7 +1139,7 @@ (define-public go-github-com-tv42-httpunix
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/tv42/httpunix.git")
|
||||
(url "https://github.com/tv42/httpunix")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1708,7 +1708,7 @@ (define-public go-github-com-ayufan-golang-kardianos-service
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
"https://github.com/ayufan/golang-kardianos-service.git")
|
||||
"https://github.com/ayufan/golang-kardianos-service")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -121,7 +121,7 @@ (define-public eglexternalplatform
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/NVIDIA/eglexternalplatform.git")
|
||||
(url "https://github.com/NVIDIA/eglexternalplatform")
|
||||
(commit version)))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
|
@ -172,7 +172,7 @@ (define-public egl-wayland
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/NVIDIA/egl-wayland.git")
|
||||
(url "https://github.com/NVIDIA/egl-wayland")
|
||||
(commit version)))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
|
@ -202,7 +202,7 @@ (define-public mmm
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/hodefoting/mmm.git")
|
||||
(url "https://github.com/hodefoting/mmm")
|
||||
(commit version)))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
|
@ -231,7 +231,7 @@ (define-public directfb
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/deniskropp/DirectFB.git")
|
||||
(url "https://github.com/deniskropp/DirectFB")
|
||||
(commit "DIRECTFB_1_7_7")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -301,7 +301,7 @@ (define-public flux
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/deniskropp/flux.git")
|
||||
(url "https://github.com/deniskropp/flux")
|
||||
(commit "e45758a")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -95,7 +95,7 @@ (define-public openni2
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/occipital/OpenNI2.git")
|
||||
(url "https://github.com/occipital/OpenNI2")
|
||||
(commit (string-append "v" version "-debian"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -167,7 +167,7 @@ (define-public ccextractor
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/CCExtractor/ccextractor.git")
|
||||
(url "https://github.com/CCExtractor/ccextractor")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -220,7 +220,7 @@ (define-public libvisual
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/Libvisual/libvisual.git")
|
||||
(url "https://github.com/Libvisual/libvisual")
|
||||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -268,7 +268,7 @@ (define-public libvisual-plugins
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/Libvisual/libvisual.git")
|
||||
(url "https://github.com/Libvisual/libvisual")
|
||||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -2973,7 +2973,7 @@ (define-public guile-srfi-180
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/scheme-requests-for-implementation/srfi-180.git")
|
||||
(url "https://github.com/scheme-requests-for-implementation/srfi-180")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -3734,7 +3734,7 @@ (define-public guile-torrent
|
|||
(source (origin (method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
"https://github.com/o-nly/torrent.git")
|
||||
"https://github.com/o-nly/torrent")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -790,7 +790,7 @@ (define-public openjpeg-data
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/uclouvain/openjpeg-data.git")
|
||||
(url "https://github.com/uclouvain/openjpeg-data")
|
||||
(commit "c5c4a8c")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -2706,7 +2706,7 @@ (define-public javacc-3
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/javacc/javacc.git")
|
||||
(url "https://github.com/javacc/javacc")
|
||||
(commit "release_32")))
|
||||
(file-name (string-append "javacc-" version "-checkout"))
|
||||
(sha256
|
||||
|
|
|
@ -62,7 +62,7 @@ (define-public liblouis
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/liblouis/liblouis.git")
|
||||
(url "https://github.com/liblouis/liblouis")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -115,7 +115,7 @@ (define-public liblouisutdml
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/liblouis/liblouisutdml.git")
|
||||
(url "https://github.com/liblouis/liblouisutdml")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1366,7 +1366,7 @@ (define-public python-pamela
|
|||
;; Tests not distributed in pypi release.
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/minrk/pamela.git")
|
||||
(url "https://github.com/minrk/pamela")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -7559,7 +7559,7 @@ (define-public ttyebus-linux-module
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/eBUS/ttyebus.git")
|
||||
(url "https://github.com/eBUS/ttyebus")
|
||||
(commit "fe4332a2281cf79804ef4d8516aa848ca1c58d1f")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1330,7 +1330,7 @@ (define-public lxqt-connman-applet
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url (string-append "https://github.com/lxqt/" name ".git"))
|
||||
(url (string-append "https://github.com/lxqt/" name))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0br4bxfrl8k7lq84aq4grznlk8xzzjgkmd19bf9mwjr0a87gg72v"))))
|
||||
|
|
|
@ -1447,7 +1447,7 @@ (define-public libetpan
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/dinhviethoa/libetpan.git")
|
||||
(url "https://github.com/dinhviethoa/libetpan")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -83,7 +83,7 @@ (define-public ronn
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/rtomayko/ronn.git")
|
||||
(url "https://github.com/rtomayko/ronn")
|
||||
(commit version)))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
|
|
|
@ -1383,7 +1383,7 @@ (define-public tascam-gtk
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/onkelDead/tascam-gtk.git")
|
||||
(url "https://github.com/onkelDead/tascam-gtk")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -5152,7 +5152,7 @@ (define-public artyfx
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url
|
||||
"https://github.com/openAVproductions/openAV-ArtyFX.git")
|
||||
"https://github.com/openAVproductions/openAV-ArtyFX")
|
||||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -349,7 +349,7 @@ (define-public srt
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/Haivision/srt.git")
|
||||
(url "https://github.com/Haivision/srt")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -386,7 +386,7 @@ (define-public srt-1.4.1
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/Haivision/srt.git")
|
||||
(url "https://github.com/Haivision/srt")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -402,7 +402,7 @@ (define-public lksctp-tools
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/sctp/lksctp-tools.git")
|
||||
(url "https://github.com/sctp/lksctp-tools")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -458,7 +458,7 @@ (define-public nng
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/nanomsg/nng.git")
|
||||
(url "https://github.com/nanomsg/nng")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -501,7 +501,7 @@ (define-public nanomsg
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/nanomsg/nanomsg.git")
|
||||
(url "https://github.com/nanomsg/nanomsg")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -74,7 +74,7 @@ (define-public python-potr
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/python-otr/pure-python-otr.git")
|
||||
(url "https://github.com/python-otr/pure-python-otr")
|
||||
(commit version)))
|
||||
(file-name
|
||||
(git-file-name name version))
|
||||
|
|
|
@ -1584,7 +1584,7 @@ (define-public qtspell
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/manisandro/qtspell.git")
|
||||
(url "https://github.com/manisandro/qtspell")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -76,7 +76,7 @@ (define raspi-gpio
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/RPi-Distro/raspi-gpio.git")
|
||||
(url "https://github.com/RPi-Distro/raspi-gpio")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -98,7 +98,7 @@ (define %rpi-open-firmware-origin
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/librerpi/rpi-open-firmware.git")
|
||||
(url "https://github.com/librerpi/rpi-open-firmware")
|
||||
(commit "6be45466e0be437a1b0b3512a86f3d9627217006")))
|
||||
(file-name "rpi-open-firmware-checkout")
|
||||
(sha256
|
||||
|
|
|
@ -87,7 +87,7 @@ (define-public freerdp
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "git://github.com/FreeRDP/FreeRDP.git")
|
||||
(url "git://github.com/FreeRDP/FreeRDP")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -1349,7 +1349,7 @@ (define-public ruby-prawn-templates
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/prawnpdf/prawn-templates.git")
|
||||
(url "https://github.com/prawnpdf/prawn-templates")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1411,7 +1411,7 @@ (define-public ruby-treetop
|
|||
(origin
|
||||
(method git-fetch) ;no test suite in distributed gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cjheath/treetop.git")
|
||||
(url "https://github.com/cjheath/treetop")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1474,7 +1474,7 @@ (define-public ruby-gimme
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/searls/gimme.git")
|
||||
(url "https://github.com/searls/gimme")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1535,7 +1535,7 @@ (define-public ruby-standard
|
|||
(origin
|
||||
(method git-fetch) ;no test suite in distributed gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/testdouble/standard.git")
|
||||
(url "https://github.com/testdouble/standard")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1587,7 +1587,7 @@ (define-public ruby-chunky-png
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/wvanbergen/chunky_png.git")
|
||||
(url "https://github.com/wvanbergen/chunky_png")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -1705,7 +1705,7 @@ (define-public ruby-asciidoctor-pdf
|
|||
(origin
|
||||
(method git-fetch) ;no test suite in the distributed gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/asciidoctor/asciidoctor-pdf.git")
|
||||
(url "https://github.com/asciidoctor/asciidoctor-pdf")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -6825,7 +6825,7 @@ (define-public ruby-rubocop-ast
|
|||
(origin
|
||||
(method git-fetch) ;no test suite in distributed gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rubocop-hq/rubocop-ast.git")
|
||||
(url "https://github.com/rubocop-hq/rubocop-ast")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -6869,7 +6869,7 @@ (define-public ruby-rexml
|
|||
(origin
|
||||
(method git-fetch) ;no tests in distributed gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ruby/rexml.git")
|
||||
(url "https://github.com/ruby/rexml")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -6920,7 +6920,7 @@ (define-public ruby-range-compressor
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/janosch-x/range_compressor.git")
|
||||
(url "https://github.com/janosch-x/range_compressor")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -6953,7 +6953,7 @@ (define-public ruby-regexp-property-values
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference ;no test suite in distributed gem
|
||||
(url "https://github.com/jaynetics/regexp_property_values.git")
|
||||
(url "https://github.com/jaynetics/regexp_property_values")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -6984,7 +6984,7 @@ (define-public ruby-regexp-parser
|
|||
(origin
|
||||
(method git-fetch) ;bin/test missing from gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ammar/regexp_parser.git")
|
||||
(url "https://github.com/ammar/regexp_parser")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -7057,7 +7057,7 @@ (define-public ruby-rubocop
|
|||
(origin
|
||||
(method git-fetch) ;no tests in distributed gem
|
||||
(uri (git-reference
|
||||
(url "https://github.com/rubocop-hq/rubocop.git")
|
||||
(url "https://github.com/rubocop-hq/rubocop")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -10537,7 +10537,7 @@ (define-public ruby-pdf-reader
|
|||
(source (origin
|
||||
(method git-fetch) ;no test in distributed gem archive
|
||||
(uri (git-reference
|
||||
(url "https://github.com/yob/pdf-reader.git")
|
||||
(url "https://github.com/yob/pdf-reader")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -10577,7 +10577,7 @@ (define-public ruby-pdf-inspector
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/prawnpdf/pdf-inspector.git")
|
||||
(url "https://github.com/prawnpdf/pdf-inspector")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -10640,7 +10640,7 @@ (define-public ruby-prawn
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/prawnpdf/prawn.git")
|
||||
(url "https://github.com/prawnpdf/prawn")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -195,7 +195,7 @@ (define-public syncthing-gtk
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/syncthing/syncthing-gtk.git")
|
||||
(url "https://github.com/syncthing/syncthing-gtk")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -286,7 +286,7 @@ (define-public svt-hevc
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/OpenVisualCloud/SVT-HEVC.git")
|
||||
(url "https://github.com/OpenVisualCloud/SVT-HEVC")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -314,7 +314,7 @@ (define-public mediasdk
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/Intel-Media-SDK/MediaSDK.git")
|
||||
(url "https://github.com/Intel-Media-SDK/MediaSDK")
|
||||
(commit (string-append "intel-" name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -490,7 +490,7 @@ (define-public libvideogfx
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/farindk/libvideogfx.git")
|
||||
(url "https://github.com/farindk/libvideogfx")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -534,7 +534,7 @@ (define-public libde265
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/strukturag/libde265.git")
|
||||
(url "https://github.com/strukturag/libde265")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -575,7 +575,7 @@ (define-public tslib
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/libts/tslib.git")
|
||||
(url "https://github.com/libts/tslib")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
|
@ -84,7 +84,7 @@ (define-public libxmlb
|
|||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(url "https://github.com/hughsie/libxmlb.git")
|
||||
(url "https://github.com/hughsie/libxmlb")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -218,7 +218,7 @@ (define-public libxmlplusplus
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libxmlplusplus/libxmlplusplus.git")
|
||||
(url "https://github.com/libxmlplusplus/libxmlplusplus")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
@ -278,7 +278,7 @@ (define-public libxmlplusplus-2.6
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/libxmlplusplus/libxmlplusplus.git")
|
||||
(url "https://github.com/libxmlplusplus/libxmlplusplus")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue