summaryrefslogtreecommitdiff
path: root/gnu/packages/ipfs.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-17 14:01:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-17 20:57:32 +0100
commitdb3e51169c33f23639e2372cb1bff226760f1d57 (patch)
tree89bd076e3853de0b30a06b96ea5a3b2a9a272e97 /gnu/packages/ipfs.scm
parent2b321e7a861453c515f8f2fe63f2ec6cd44b0f4b (diff)
gnu: packages/ipfs: Fix indentation.
* gnu/packages/ipfs.scm: Fix indentation in the whole file. Change-Id: If424d0ceff376c4181adbcd21316f15e9cc0b5ea
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r--gnu/packages/ipfs.scm274
1 files changed, 137 insertions, 137 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 76317563ffb..4e2cbab38dd 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -54,8 +54,8 @@
54 (origin 54 (origin
55 (method git-fetch) 55 (method git-fetch)
56 (uri (git-reference 56 (uri (git-reference
57 (url "https://github.com/ceramicnetwork/go-dag-jose") 57 (url "https://github.com/ceramicnetwork/go-dag-jose")
58 (commit (string-append "v" version)))) 58 (commit (string-append "v" version))))
59 (file-name (git-file-name name version)) 59 (file-name (git-file-name name version))
60 (sha256 60 (sha256
61 (base32 "0g34dwlnq07zg176bdhp2hcg1hg5l55s0a6hk4kiq37vm01w68j7")) 61 (base32 "0g34dwlnq07zg176bdhp2hcg1hg5l55s0a6hk4kiq37vm01w68j7"))
@@ -104,8 +104,8 @@
104 (origin 104 (origin
105 (method git-fetch) 105 (method git-fetch)
106 (uri (git-reference 106 (uri (git-reference
107 (url "https://github.com/ipfs/bbloom") 107 (url "https://github.com/ipfs/bbloom")
108 (commit (string-append "v" version)))) 108 (commit (string-append "v" version))))
109 (file-name (git-file-name name version)) 109 (file-name (git-file-name name version))
110 (sha256 110 (sha256
111 (base32 "0dcdn7nlysynl7yrbivv8m7j83jq7pabhcff8mvfjdk583rgnkp2")))) 111 (base32 "0dcdn7nlysynl7yrbivv8m7j83jq7pabhcff8mvfjdk583rgnkp2"))))
@@ -284,8 +284,8 @@ Verification specification
284 (origin 284 (origin
285 (method git-fetch) 285 (method git-fetch)
286 (uri (git-reference 286 (uri (git-reference
287 (url "https://github.com/ipfs/go-bitfield") 287 (url "https://github.com/ipfs/go-bitfield")
288 (commit (string-append "v" version)))) 288 (commit (string-append "v" version))))
289 (file-name (git-file-name name version)) 289 (file-name (git-file-name name version))
290 (sha256 290 (sha256
291 (base32 "1zhgwdg2kizhk0hb9q5p0pwrwldd2pacz8l1pnapxh6qm3fqs663")))) 291 (base32 "1zhgwdg2kizhk0hb9q5p0pwrwldd2pacz8l1pnapxh6qm3fqs663"))))
@@ -308,8 +308,8 @@ Verification specification
308 (origin 308 (origin
309 (method git-fetch) 309 (method git-fetch)
310 (uri (git-reference 310 (uri (git-reference
311 (url "https://github.com/ipfs/go-block-format") 311 (url "https://github.com/ipfs/go-block-format")
312 (commit (string-append "v" version)))) 312 (commit (string-append "v" version))))
313 (file-name (git-file-name name version)) 313 (file-name (git-file-name name version))
314 (sha256 314 (sha256
315 (base32 "0pd8ww06ss922g3w2fgi3w0q66y2mkb9b2q9x5qxabrjj65xranz")))) 315 (base32 "0pd8ww06ss922g3w2fgi3w0q66y2mkb9b2q9x5qxabrjj65xranz"))))
@@ -339,8 +339,8 @@ corresponding to the block.")
339 (origin 339 (origin
340 (method git-fetch) 340 (method git-fetch)
341 (uri (git-reference 341 (uri (git-reference
342 (url "https://github.com/ipfs/go-blockservice") 342 (url "https://github.com/ipfs/go-blockservice")
343 (commit (string-append "v" version)))) 343 (commit (string-append "v" version))))
344 (file-name (git-file-name name version)) 344 (file-name (git-file-name name version))
345 (sha256 345 (sha256
346 (base32 "1pg6mj0iwlisp0sk9dng9663vvxbcnxjmbb62nkdfaf4dkbs920c")))) 346 (base32 "1pg6mj0iwlisp0sk9dng9663vvxbcnxjmbb62nkdfaf4dkbs920c"))))
@@ -383,8 +383,8 @@ data either locally or from a remote peer through the exchange.")
383 (origin 383 (origin
384 (method git-fetch) 384 (method git-fetch)
385 (uri (git-reference 385 (uri (git-reference
386 (url "https://github.com/ipfs/go-cidutil") 386 (url "https://github.com/ipfs/go-cidutil")
387 (commit (string-append "v" version)))) 387 (commit (string-append "v" version))))
388 (file-name (git-file-name name version)) 388 (file-name (git-file-name name version))
389 (sha256 389 (sha256
390 (base32 "0j18wf42rfxrrh2fjdbjsjvjqxwgvg46b9wl6y5ig22fx5hvpm1n")))) 390 (base32 "0j18wf42rfxrrh2fjdbjsjvjqxwgvg46b9wl6y5ig22fx5hvpm1n"))))
@@ -412,8 +412,8 @@ with @url{https://github.com/ipld/cid, CIDs}.")
412 (origin 412 (origin
413 (method git-fetch) 413 (method git-fetch)
414 (uri (git-reference 414 (uri (git-reference
415 (url "https://github.com/ipfs/go-ds-badger4") 415 (url "https://github.com/ipfs/go-ds-badger4")
416 (commit (string-append "v" version)))) 416 (commit (string-append "v" version))))
417 (file-name (git-file-name name version)) 417 (file-name (git-file-name name version))
418 (sha256 418 (sha256
419 (base32 "1gyzywd74cb8jl0zr8b3fjjmd8rsabwk5rj17nhagigps4971h1a")))) 419 (base32 "1gyzywd74cb8jl0zr8b3fjjmd8rsabwk5rj17nhagigps4971h1a"))))
@@ -445,8 +445,8 @@ datastore for IPFS.")
445 (origin 445 (origin
446 (method git-fetch) 446 (method git-fetch)
447 (uri (git-reference 447 (uri (git-reference
448 (url "https://github.com/ipfs/go-ds-dynamodb") 448 (url "https://github.com/ipfs/go-ds-dynamodb")
449 (commit (string-append "v" version)))) 449 (commit (string-append "v" version))))
450 (file-name (git-file-name name version)) 450 (file-name (git-file-name name version))
451 (sha256 451 (sha256
452 (base32 "1z155ajpx52v71hsdjz5950z1w0qmp6c7lsqmsa9qyn7x21g7p0g")))) 452 (base32 "1z155ajpx52v71hsdjz5950z1w0qmp6c7lsqmsa9qyn7x21g7p0g"))))
@@ -479,8 +479,8 @@ scans, enabling high performance, ordered, high-cardinality prefix queries.")
479 (origin 479 (origin
480 (method git-fetch) 480 (method git-fetch)
481 (uri (git-reference 481 (uri (git-reference
482 (url "https://github.com/ipfs/go-ds-flatfs") 482 (url "https://github.com/ipfs/go-ds-flatfs")
483 (commit (string-append "v" version)))) 483 (commit (string-append "v" version))))
484 (file-name (git-file-name name version)) 484 (file-name (git-file-name name version))
485 (sha256 485 (sha256
486 (base32 "1m5fxxdn2zj9i9nm8fdyll4wcgaknfg3vj07959mj06hwc9r3z3c")))) 486 (base32 "1m5fxxdn2zj9i9nm8fdyll4wcgaknfg3vj07959mj06hwc9r3z3c"))))
@@ -508,8 +508,8 @@ hierarchy of the keys.")
508 (origin 508 (origin
509 (method git-fetch) 509 (method git-fetch)
510 (uri (git-reference 510 (uri (git-reference
511 (url "https://github.com/ipfs/go-ds-measure") 511 (url "https://github.com/ipfs/go-ds-measure")
512 (commit (string-append "v" version)))) 512 (commit (string-append "v" version))))
513 (file-name (git-file-name name version)) 513 (file-name (git-file-name name version))
514 (sha256 514 (sha256
515 (base32 "14p3681sb1h81qxkwblngvy72yrd73drcvamgc3v7za734l9f54b")))) 515 (base32 "14p3681sb1h81qxkwblngvy72yrd73drcvamgc3v7za734l9f54b"))))
@@ -535,8 +535,8 @@ hierarchy of the keys.")
535 (origin 535 (origin
536 (method git-fetch) 536 (method git-fetch)
537 (uri (git-reference 537 (uri (git-reference
538 (url "https://github.com/ipfs/go-ds-pebble") 538 (url "https://github.com/ipfs/go-ds-pebble")
539 (commit (string-append "v" version)))) 539 (commit (string-append "v" version))))
540 (file-name (git-file-name name version)) 540 (file-name (git-file-name name version))
541 (sha256 541 (sha256
542 (base32 "0l0abcknray9hvk5j3vdiybgjk7yn6j3awznpy46j08g97z88ljw")))) 542 (base32 "0l0abcknray9hvk5j3vdiybgjk7yn6j3awznpy46j08g97z88ljw"))))
@@ -565,8 +565,8 @@ go-datastore}.")
565 (origin 565 (origin
566 (method git-fetch) 566 (method git-fetch)
567 (uri (git-reference 567 (uri (git-reference
568 (url "https://github.com/ipfs/go-fs-lock") 568 (url "https://github.com/ipfs/go-fs-lock")
569 (commit (string-append "v" version)))) 569 (commit (string-append "v" version))))
570 (file-name (git-file-name name version)) 570 (file-name (git-file-name name version))
571 (sha256 571 (sha256
572 (base32 "14m5038067px6vvqyvx6449f0f62nj8d0p5hkf9rj8ykfahs80ff")))) 572 (base32 "14m5038067px6vvqyvx6449f0f62nj8d0p5hkf9rj8ykfahs80ff"))))
@@ -593,8 +593,8 @@ go-datastore}.")
593 (origin 593 (origin
594 (method git-fetch) 594 (method git-fetch)
595 (uri (git-reference 595 (uri (git-reference
596 (url "https://github.com/ipfs/go-ipfs-blockstore") 596 (url "https://github.com/ipfs/go-ipfs-blockstore")
597 (commit (string-append "v" version)))) 597 (commit (string-append "v" version))))
598 (file-name (git-file-name name version)) 598 (file-name (git-file-name name version))
599 (sha256 599 (sha256
600 (base32 "1a3a0fm8k8njdlq2w795qff01piadjfp6r5r2hww69fxqsplln9l")))) 600 (base32 "1a3a0fm8k8njdlq2w795qff01piadjfp6r5r2hww69fxqsplln9l"))))
@@ -630,8 +630,8 @@ datastore, giving a clean interface for getting and putting block objects.")
630 (origin 630 (origin
631 (method git-fetch) 631 (method git-fetch)
632 (uri (git-reference 632 (uri (git-reference
633 (url "https://github.com/ipfs/go-ipfs-blocksutil") 633 (url "https://github.com/ipfs/go-ipfs-blocksutil")
634 (commit (string-append "v" version)))) 634 (commit (string-append "v" version))))
635 (file-name (git-file-name name version)) 635 (file-name (git-file-name name version))
636 (sha256 636 (sha256
637 (base32 "0g6b4b2b5wp5r0dh20qdfdm76qnh421y8lgz4381r02q2flh57dv")))) 637 (base32 "0g6b4b2b5wp5r0dh20qdfdm76qnh421y8lgz4381r02q2flh57dv"))))
@@ -656,8 +656,8 @@ datastore, giving a clean interface for getting and putting block objects.")
656 (origin 656 (origin
657 (method git-fetch) 657 (method git-fetch)
658 (uri (git-reference 658 (uri (git-reference
659 (url "https://github.com/ipfs/go-ipfs-cmds") 659 (url "https://github.com/ipfs/go-ipfs-cmds")
660 (commit (string-append "v" version)))) 660 (commit (string-append "v" version))))
661 (file-name (git-file-name name version)) 661 (file-name (git-file-name name version))
662 (sha256 662 (sha256
663 (base32 "0npgcwzxzgvygl9r9h5kbnfl1dh0hygmwk1jj1hwznyvj47x6lwl")))) 663 (base32 "0npgcwzxzgvygl9r9h5kbnfl1dh0hygmwk1jj1hwznyvj47x6lwl"))))
@@ -692,8 +692,8 @@ applications.")
692 (origin 692 (origin
693 (method git-fetch) 693 (method git-fetch)
694 (uri (git-reference 694 (uri (git-reference
695 (url "https://github.com/ipfs/go-ipfs-delay") 695 (url "https://github.com/ipfs/go-ipfs-delay")
696 (commit (string-append "v" version)))) 696 (commit (string-append "v" version))))
697 (file-name (git-file-name name version)) 697 (file-name (git-file-name name version))
698 (sha256 698 (sha256
699 (base32 "0a5acj622sk1hibnh893mya4h86nsy1dan0wlh9q444c04iqpviw")))) 699 (base32 "0a5acj622sk1hibnh893mya4h86nsy1dan0wlh9q444c04iqpviw"))))
@@ -716,8 +716,8 @@ objects.")
716 (origin 716 (origin
717 (method git-fetch) 717 (method git-fetch)
718 (uri (git-reference 718 (uri (git-reference
719 (url "https://github.com/ipfs/go-ipfs-ds-help") 719 (url "https://github.com/ipfs/go-ipfs-ds-help")
720 (commit (string-append "v" version)))) 720 (commit (string-append "v" version))))
721 (file-name (git-file-name name version)) 721 (file-name (git-file-name name version))
722 (sha256 722 (sha256
723 (base32 "1xmn9pdyrcim9ahqs9pkh0c9ac71gilb3pb48kcagq8zxf22i4bj")))) 723 (base32 "1xmn9pdyrcim9ahqs9pkh0c9ac71gilb3pb48kcagq8zxf22i4bj"))))
@@ -745,8 +745,8 @@ keys used by @code{go-ipfs} (Kubo).")
745 (origin 745 (origin
746 (method git-fetch) 746 (method git-fetch)
747 (uri (git-reference 747 (uri (git-reference
748 (url "https://github.com/ipfs/go-datastore") 748 (url "https://github.com/ipfs/go-datastore")
749 (commit (string-append "v" version)))) 749 (commit (string-append "v" version))))
750 (modules '((guix build utils))) 750 (modules '((guix build utils)))
751 (snippet 751 (snippet
752 #~(begin 752 #~(begin
@@ -797,8 +797,8 @@ throughout its lifetime.")
797 (origin 797 (origin
798 (method git-fetch) 798 (method git-fetch)
799 (uri (git-reference 799 (uri (git-reference
800 (url "https://github.com/ipfs/go-datastore") 800 (url "https://github.com/ipfs/go-datastore")
801 (commit (string-append "v" version)))) 801 (commit (string-append "v" version))))
802 (modules '((guix build utils))) 802 (modules '((guix build utils)))
803 (snippet 803 (snippet
804 #~(begin 804 #~(begin
@@ -825,8 +825,8 @@ throughout its lifetime.")
825 (origin 825 (origin
826 (method git-fetch) 826 (method git-fetch)
827 (uri (git-reference 827 (uri (git-reference
828 (url "https://github.com/ipfs/go-ds-badger") 828 (url "https://github.com/ipfs/go-ds-badger")
829 (commit (string-append "v" version)))) 829 (commit (string-append "v" version))))
830 (file-name (git-file-name name version)) 830 (file-name (git-file-name name version))
831 (sha256 831 (sha256
832 (base32 "0ywq8cs6yf5vqfbw6rd5pw79sqljd87qi0ykv4gg736s7g7mkjr6")))) 832 (base32 "0ywq8cs6yf5vqfbw6rd5pw79sqljd87qi0ykv4gg736s7g7mkjr6"))))
@@ -856,8 +856,8 @@ by @url{https://dgraph.io/docs/badger,Badger}.")
856 (origin 856 (origin
857 (method git-fetch) 857 (method git-fetch)
858 (uri (git-reference 858 (uri (git-reference
859 (url "https://github.com/ipfs/go-ds-leveldb") 859 (url "https://github.com/ipfs/go-ds-leveldb")
860 (commit (string-append "v" version)))) 860 (commit (string-append "v" version))))
861 (file-name (git-file-name name version)) 861 (file-name (git-file-name name version))
862 (sha256 862 (sha256
863 (base32 "1hi7vmjpzzh00zcf0638rvgiqj4j8difz5kzr0pilr0z6zcb7dq3")))) 863 (base32 "1hi7vmjpzzh00zcf0638rvgiqj4j8difz5kzr0pilr0z6zcb7dq3"))))
@@ -883,8 +883,8 @@ LevelDB backend.")
883 (origin 883 (origin
884 (method git-fetch) 884 (method git-fetch)
885 (uri (git-reference 885 (uri (git-reference
886 (url "https://github.com/ipfs/go-detect-race") 886 (url "https://github.com/ipfs/go-detect-race")
887 (commit (string-append "v" version)))) 887 (commit (string-append "v" version))))
888 (file-name (git-file-name name version)) 888 (file-name (git-file-name name version))
889 (sha256 889 (sha256
890 (base32 "0rqb0q66d7z852j5mhlr025dz698c44w014g4mx587amr1rvwqna")))) 890 (base32 "0rqb0q66d7z852j5mhlr025dz698c44w014g4mx587amr1rvwqna"))))
@@ -905,8 +905,8 @@ LevelDB backend.")
905 (origin 905 (origin
906 (method git-fetch) 906 (method git-fetch)
907 (uri (git-reference 907 (uri (git-reference
908 (url "https://github.com/ipfs/go-ipfs-exchange-interface") 908 (url "https://github.com/ipfs/go-ipfs-exchange-interface")
909 (commit (string-append "v" version)))) 909 (commit (string-append "v" version))))
910 (file-name (git-file-name name version)) 910 (file-name (git-file-name name version))
911 (sha256 911 (sha256
912 (base32 "0h5jizhjq4yz9sikqc6yhv5gsb8fgv67v0qjzagyhfznfx8kwv1d")))) 912 (base32 "0h5jizhjq4yz9sikqc6yhv5gsb8fgv67v0qjzagyhfznfx8kwv1d"))))
@@ -931,8 +931,8 @@ LevelDB backend.")
931 (origin 931 (origin
932 (method git-fetch) 932 (method git-fetch)
933 (uri (git-reference 933 (uri (git-reference
934 (url "https://github.com/ipfs/go-ipfs-exchange-offline") 934 (url "https://github.com/ipfs/go-ipfs-exchange-offline")
935 (commit (string-append "v" version)))) 935 (commit (string-append "v" version))))
936 (file-name (git-file-name name version)) 936 (file-name (git-file-name name version))
937 (sha256 937 (sha256
938 (base32 "1ad28xbqbxc93ckjnlifbk7p58qis7ayfpndav33n6b4sq6s2a0r")))) 938 (base32 "1ad28xbqbxc93ckjnlifbk7p58qis7ayfpndav33n6b4sq6s2a0r"))))
@@ -964,8 +964,8 @@ but returns nil values to every request.")
964 (origin 964 (origin
965 (method git-fetch) 965 (method git-fetch)
966 (uri (git-reference 966 (uri (git-reference
967 (url "https://github.com/ipfs/go-ipfs-pq") 967 (url "https://github.com/ipfs/go-ipfs-pq")
968 (commit (string-append "v" version)))) 968 (commit (string-append "v" version))))
969 (file-name (git-file-name name version)) 969 (file-name (git-file-name name version))
970 (sha256 970 (sha256
971 (base32 "0zi177lysf6f2zap9l0yxcw4r2xvjiji1yb1jzdmiif2ahvi0v84")))) 971 (base32 "0zi177lysf6f2zap9l0yxcw4r2xvjiji1yb1jzdmiif2ahvi0v84"))))
@@ -989,8 +989,8 @@ but returns nil values to every request.")
989 (origin 989 (origin
990 (method git-fetch) 990 (method git-fetch)
991 (uri (git-reference 991 (uri (git-reference
992 (url "https://github.com/ipfs/go-ipfs-redirects-file") 992 (url "https://github.com/ipfs/go-ipfs-redirects-file")
993 (commit (string-append "v" version)))) 993 (commit (string-append "v" version))))
994 (file-name (git-file-name name version)) 994 (file-name (git-file-name name version))
995 (sha256 995 (sha256
996 (base32 "16lisd5jbniang85jzfwfigw0kmz73913fsrfj49nh92mpw50qpz")))) 996 (base32 "16lisd5jbniang85jzfwfigw0kmz73913fsrfj49nh92mpw50qpz"))))
@@ -1018,8 +1018,8 @@ parsing.")
1018 (origin 1018 (origin
1019 (method git-fetch) 1019 (method git-fetch)
1020 (uri (git-reference 1020 (uri (git-reference
1021 (url "https://github.com/ipfs/go-ipfs-routing") 1021 (url "https://github.com/ipfs/go-ipfs-routing")
1022 (commit (string-append "v" version)))) 1022 (commit (string-append "v" version))))
1023 (file-name (git-file-name name version)) 1023 (file-name (git-file-name name version))
1024 (sha256 1024 (sha256
1025 (base32 "0j5pyp35z0jnqzz7iiknqx3234swqrpqz478ng8al3b6gqaza9ks")))) 1025 (base32 "0j5pyp35z0jnqzz7iiknqx3234swqrpqz478ng8al3b6gqaza9ks"))))
@@ -1060,8 +1060,8 @@ development.")
1060 (origin 1060 (origin
1061 (method git-fetch) 1061 (method git-fetch)
1062 (uri (git-reference 1062 (uri (git-reference
1063 (url "https://github.com/ipfs/go-ipfs-util") 1063 (url "https://github.com/ipfs/go-ipfs-util")
1064 (commit (string-append "v" version)))) 1064 (commit (string-append "v" version))))
1065 (file-name (git-file-name name version)) 1065 (file-name (git-file-name name version))
1066 (sha256 1066 (sha256
1067 (base32 "0x80c6a50zcv473xx0b39sz2xkwpiw3nmmjf51k5x7a4rx0rgvx4")))) 1067 (base32 "0x80c6a50zcv473xx0b39sz2xkwpiw3nmmjf51k5x7a4rx0rgvx4"))))
@@ -1085,8 +1085,8 @@ development.")
1085 (origin 1085 (origin
1086 (method git-fetch) 1086 (method git-fetch)
1087 (uri (git-reference 1087 (uri (git-reference
1088 (url "https://github.com/ipfs/go-ipld-cbor") 1088 (url "https://github.com/ipfs/go-ipld-cbor")
1089 (commit (string-append "v" version)))) 1089 (commit (string-append "v" version))))
1090 (file-name (git-file-name name version)) 1090 (file-name (git-file-name name version))
1091 (sha256 1091 (sha256
1092 (base32 "0yxk4sbf1fk9aaizzpz3h30049wqvaz0s3jnbdd5akhj7wg89h21")))) 1092 (base32 "0yxk4sbf1fk9aaizzpz3h30049wqvaz0s3jnbdd5akhj7wg89h21"))))
@@ -1117,8 +1117,8 @@ implementation of @code{go-ipld-format}")
1117 (origin 1117 (origin
1118 (method git-fetch) 1118 (method git-fetch)
1119 (uri (git-reference 1119 (uri (git-reference
1120 (url "https://github.com/ipfs/go-ipld-format") 1120 (url "https://github.com/ipfs/go-ipld-format")
1121 (commit (string-append "v" version)))) 1121 (commit (string-append "v" version))))
1122 (file-name (git-file-name name version)) 1122 (file-name (git-file-name name version))
1123 (sha256 1123 (sha256
1124 (base32 "0zl172ncmx9h5z2p3d0j1377xm9glw4zfyamks31p0pvvx2kyn7c")))) 1124 (base32 "0zl172ncmx9h5z2p3d0j1377xm9glw4zfyamks31p0pvvx2kyn7c"))))
@@ -1145,8 +1145,8 @@ order to be a part of the @acronym{IPLD, InterPlanetary Linked Data} merkle-fore
1145 (origin 1145 (origin
1146 (method git-fetch) 1146 (method git-fetch)
1147 (uri (git-reference 1147 (uri (git-reference
1148 (url "https://github.com/ipfs/go-ipld-git") 1148 (url "https://github.com/ipfs/go-ipld-git")
1149 (commit (string-append "v" version)))) 1149 (commit (string-append "v" version))))
1150 (file-name (git-file-name name version)) 1150 (file-name (git-file-name name version))
1151 (sha256 1151 (sha256
1152 (base32 "1v52qzgmx7qym0qzkzkry2kfj58f9hh7c8qycg74sqbd9zb1ynjj")))) 1152 (base32 "1v52qzgmx7qym0qzkzkry2kfj58f9hh7c8qycg74sqbd9zb1ynjj"))))
@@ -1187,8 +1187,8 @@ IPLD graph as detailed below. Objects are demonstrated here using both
1187 (origin 1187 (origin
1188 (method git-fetch) 1188 (method git-fetch)
1189 (uri (git-reference 1189 (uri (git-reference
1190 (url "https://github.com/ipfs/go-ipld-legacy") 1190 (url "https://github.com/ipfs/go-ipld-legacy")
1191 (commit (string-append "v" version)))) 1191 (commit (string-append "v" version))))
1192 (file-name (git-file-name name version)) 1192 (file-name (git-file-name name version))
1193 (sha256 1193 (sha256
1194 (base32 "0sc2zc3lyxy30fzynwdpfrl8jhh1ynwixn1crrv8hzn93yix6550")))) 1194 (base32 "0sc2zc3lyxy30fzynwdpfrl8jhh1ynwixn1crrv8hzn93yix6550"))))
@@ -1218,8 +1218,8 @@ IPLD graph as detailed below. Objects are demonstrated here using both
1218 (origin 1218 (origin
1219 (method git-fetch) 1219 (method git-fetch)
1220 (uri (git-reference 1220 (uri (git-reference
1221 (url "https://github.com/ipfs/go-merkledag") 1221 (url "https://github.com/ipfs/go-merkledag")
1222 (commit (string-append "v" version)))) 1222 (commit (string-append "v" version))))
1223 (file-name (git-file-name name version)) 1223 (file-name (git-file-name name version))
1224 (sha256 1224 (sha256
1225 (base32 "0g1hrk2iw7gvk5qyv5avcc2idkc13w8agz6d7390bwjk18bdd5gr")))) 1225 (base32 "0g1hrk2iw7gvk5qyv5avcc2idkc13w8agz6d7390bwjk18bdd5gr"))))
@@ -1265,8 +1265,8 @@ Graphs, DAG} data structures as specified in
1265 (origin 1265 (origin
1266 (method git-fetch) 1266 (method git-fetch)
1267 (uri (git-reference 1267 (uri (git-reference
1268 (url "https://github.com/ipfs/go-metrics-interface") 1268 (url "https://github.com/ipfs/go-metrics-interface")
1269 (commit (string-append "v" version)))) 1269 (commit (string-append "v" version))))
1270 (file-name (git-file-name name version)) 1270 (file-name (git-file-name name version))
1271 (sha256 1271 (sha256
1272 (base32 "0d7jh9aclmxq4z5hynn4lc0ab8c8rip92xkc224vjw2y7kg6jyvg")))) 1272 (base32 "0d7jh9aclmxq4z5hynn4lc0ab8c8rip92xkc224vjw2y7kg6jyvg"))))
@@ -1295,8 +1295,8 @@ Graphs, DAG} data structures as specified in
1295 (origin 1295 (origin
1296 (method git-fetch) 1296 (method git-fetch)
1297 (uri (git-reference 1297 (uri (git-reference
1298 (url "https://github.com/ipfs/go-metrics-prometheus") 1298 (url "https://github.com/ipfs/go-metrics-prometheus")
1299 (commit (string-append "v" version)))) 1299 (commit (string-append "v" version))))
1300 (file-name (git-file-name name version)) 1300 (file-name (git-file-name name version))
1301 (sha256 1301 (sha256
1302 (base32 "12bvlg1pnwxyfn8paxf0viky5mv5isdql29mflvjhgs5g48mnc3s")))) 1302 (base32 "12bvlg1pnwxyfn8paxf0viky5mv5isdql29mflvjhgs5g48mnc3s"))))
@@ -1322,8 +1322,8 @@ Graphs, DAG} data structures as specified in
1322 (origin 1322 (origin
1323 (method git-fetch) 1323 (method git-fetch)
1324 (uri (git-reference 1324 (uri (git-reference
1325 (url "https://github.com/ipfs/go-peertaskqueue") 1325 (url "https://github.com/ipfs/go-peertaskqueue")
1326 (commit (string-append "v" version)))) 1326 (commit (string-append "v" version))))
1327 (file-name (git-file-name name version)) 1327 (file-name (git-file-name name version))
1328 (sha256 1328 (sha256
1329 (base32 "0mz6kj0d23p7hfmcrh8l0khj6gx9f58v2ls5336im6yw4vkzr711")))) 1329 (base32 "0mz6kj0d23p7hfmcrh8l0khj6gx9f58v2ls5336im6yw4vkzr711"))))
@@ -1352,8 +1352,8 @@ tasks distributed among peers.")
1352 (origin 1352 (origin
1353 (method git-fetch) 1353 (method git-fetch)
1354 (uri (git-reference 1354 (uri (git-reference
1355 (url "https://github.com/ipfs/go-test") 1355 (url "https://github.com/ipfs/go-test")
1356 (commit (string-append "v" version)))) 1356 (commit (string-append "v" version))))
1357 (file-name (git-file-name name version)) 1357 (file-name (git-file-name name version))
1358 (sha256 1358 (sha256
1359 (base32 "0h2lns6xl874m175l692qwsrwrv7jcx54ncqygjy9l3910ny2dg2")))) 1359 (base32 "0h2lns6xl874m175l692qwsrwrv7jcx54ncqygjy9l3910ny2dg2"))))
@@ -1385,8 +1385,8 @@ IPFS related projects.")
1385 (origin 1385 (origin
1386 (method git-fetch) 1386 (method git-fetch)
1387 (uri (git-reference 1387 (uri (git-reference
1388 (url "https://github.com/ipfs/go-unixfsnode") 1388 (url "https://github.com/ipfs/go-unixfsnode")
1389 (commit (string-append "v" version)))) 1389 (commit (string-append "v" version))))
1390 (file-name (git-file-name name version)) 1390 (file-name (git-file-name name version))
1391 (sha256 1391 (sha256
1392 (base32 "0rn4x8f9a1ipwz0rg19ylbyh2s3q81vpnlan9yjscnfxx1r6gdbg")))) 1392 (base32 "0rn4x8f9a1ipwz0rg19ylbyh2s3q81vpnlan9yjscnfxx1r6gdbg"))))
@@ -1400,17 +1400,17 @@ IPFS related projects.")
1400 (list go-github-com-stretchr-testify)) 1400 (list go-github-com-stretchr-testify))
1401 (propagated-inputs 1401 (propagated-inputs
1402 (list ;; go-github-com-ipfs-boxo ; introduce cycle 1402 (list ;; go-github-com-ipfs-boxo ; introduce cycle
1403 go-github-com-ipfs-go-bitfield 1403 go-github-com-ipfs-go-bitfield
1404 go-github-com-ipfs-go-cid 1404 go-github-com-ipfs-go-cid
1405 go-github-com-ipfs-go-ipld-format 1405 go-github-com-ipfs-go-ipld-format
1406 go-github-com-ipfs-go-test 1406 go-github-com-ipfs-go-test
1407 go-github-com-ipld-go-car-v2 1407 go-github-com-ipld-go-car-v2
1408 go-github-com-ipld-go-codec-dagpb 1408 go-github-com-ipld-go-codec-dagpb
1409 go-github-com-ipld-go-ipld-prime 1409 go-github-com-ipld-go-ipld-prime
1410 go-github-com-multiformats-go-multicodec 1410 go-github-com-multiformats-go-multicodec
1411 go-github-com-multiformats-go-multihash 1411 go-github-com-multiformats-go-multihash
1412 go-github-com-spaolacci-murmur3 1412 go-github-com-spaolacci-murmur3
1413 go-google-golang-org-protobuf)) 1413 go-google-golang-org-protobuf))
1414 (home-page "https://github.com/ipfs/go-unixfsnode") 1414 (home-page "https://github.com/ipfs/go-unixfsnode")
1415 (synopsis "ADL IPLD prime node implementation of protobuf") 1415 (synopsis "ADL IPLD prime node implementation of protobuf")
1416 (description 1416 (description
@@ -1433,8 +1433,8 @@ based of paths.")
1433 (origin 1433 (origin
1434 (method git-fetch) 1434 (method git-fetch)
1435 (uri (git-reference 1435 (uri (git-reference
1436 (url "https://github.com/ipfs/go-verifcid") 1436 (url "https://github.com/ipfs/go-verifcid")
1437 (commit (string-append "v" version)))) 1437 (commit (string-append "v" version))))
1438 (file-name (git-file-name name version)) 1438 (file-name (git-file-name name version))
1439 (sha256 1439 (sha256
1440 (base32 "05i6wp2nln0mlr1pivmva7j6bwa09k7jl04acx1lw65h4d9nxsjm")))) 1440 (base32 "05i6wp2nln0mlr1pivmva7j6bwa09k7jl04acx1lw65h4d9nxsjm"))))
@@ -1463,8 +1463,8 @@ code prior to it getting merged into @code{go-cid}.")
1463 (origin 1463 (origin
1464 (method git-fetch) 1464 (method git-fetch)
1465 (uri (git-reference 1465 (uri (git-reference
1466 (url "https://github.com/ipfs-shipyard/nopfs") 1466 (url "https://github.com/ipfs-shipyard/nopfs")
1467 (commit (string-append "v" version)))) 1467 (commit (string-append "v" version))))
1468 (file-name (git-file-name name version)) 1468 (file-name (git-file-name name version))
1469 (sha256 1469 (sha256
1470 (base32 "1qbp7hny0v6n74agh1ym98ndnnr53aq1hd6ybm5q214fah7k23r7")) 1470 (base32 "1qbp7hny0v6n74agh1ym98ndnnr53aq1hd6ybm5q214fah7k23r7"))
@@ -1555,8 +1555,8 @@ go-ipfs stack to enable content-blocking.")
1555 (origin 1555 (origin
1556 (method git-fetch) 1556 (method git-fetch)
1557 (uri (git-reference 1557 (uri (git-reference
1558 (url "https://github.com/ipld/go-car") 1558 (url "https://github.com/ipld/go-car")
1559 (commit (string-append "v" version)))) 1559 (commit (string-append "v" version))))
1560 (file-name (git-file-name name version)) 1560 (file-name (git-file-name name version))
1561 (sha256 1561 (sha256
1562 (base32 "1c9mmvwwhl86m0jv7cp3xaay7bpp9nzq3by3r75z2hyz341zvb2c")) 1562 (base32 "1c9mmvwwhl86m0jv7cp3xaay7bpp9nzq3by3r75z2hyz341zvb2c"))
@@ -1601,8 +1601,8 @@ go-ipfs stack to enable content-blocking.")
1601 (origin 1601 (origin
1602 (method git-fetch) 1602 (method git-fetch)
1603 (uri (git-reference 1603 (uri (git-reference
1604 (url "https://github.com/ipld/go-car") 1604 (url "https://github.com/ipld/go-car")
1605 (commit (string-append "v" version)))) 1605 (commit (string-append "v" version))))
1606 (file-name (git-file-name name version)) 1606 (file-name (git-file-name name version))
1607 (sha256 1607 (sha256
1608 (base32 "08zkz73r76va2hvrg6gixc0nfdwwsigdncsl9h6b5ibb11zwa0gn")))) 1608 (base32 "08zkz73r76va2hvrg6gixc0nfdwwsigdncsl9h6b5ibb11zwa0gn"))))
@@ -1646,8 +1646,8 @@ go-ipfs stack to enable content-blocking.")
1646 (origin 1646 (origin
1647 (method git-fetch) 1647 (method git-fetch)
1648 (uri (git-reference 1648 (uri (git-reference
1649 (url "https://github.com/ipld/go-codec-dagpb") 1649 (url "https://github.com/ipld/go-codec-dagpb")
1650 (commit (string-append "v" version)))) 1650 (commit (string-append "v" version))))
1651 (file-name (git-file-name name version)) 1651 (file-name (git-file-name name version))
1652 (sha256 1652 (sha256
1653 (base32 "1jbrwbgr222wsi95gdflbj350csja6k8vphdq7c9bm50ipr8bvkq")))) 1653 (base32 "1jbrwbgr222wsi95gdflbj350csja6k8vphdq7c9bm50ipr8bvkq"))))
@@ -1674,8 +1674,8 @@ go-ipfs stack to enable content-blocking.")
1674 (origin 1674 (origin
1675 (method git-fetch) 1675 (method git-fetch)
1676 (uri (git-reference 1676 (uri (git-reference
1677 (url "https://github.com/ipld/go-ipld-prime") 1677 (url "https://github.com/ipld/go-ipld-prime")
1678 (commit (string-append "v" version)))) 1678 (commit (string-append "v" version))))
1679 (file-name (git-file-name name version)) 1679 (file-name (git-file-name name version))
1680 (sha256 1680 (sha256
1681 (base32 "1ycb08h0hvq3mw3sbjkjzp5sfcxmss155jxiv5gjg7myxvzk91ja")))) 1681 (base32 "1ycb08h0hvq3mw3sbjkjzp5sfcxmss155jxiv5gjg7myxvzk91ja"))))
@@ -1722,8 +1722,8 @@ basic operations on IPLD objects (traversals, etc).")
1722 (origin 1722 (origin
1723 (method git-fetch) 1723 (method git-fetch)
1724 (uri (git-reference 1724 (uri (git-reference
1725 (url "https://github.com/ipfs/go-log") 1725 (url "https://github.com/ipfs/go-log")
1726 (commit (string-append "v" version)))) 1726 (commit (string-append "v" version))))
1727 (file-name (git-file-name name version)) 1727 (file-name (git-file-name name version))
1728 (sha256 1728 (sha256
1729 (base32 "1yh3sw8knpy364h8h8rqw193whnjd6fbc13cxh6zs29z3x2a7aqa")))) 1729 (base32 "1yh3sw8knpy364h8h8rqw193whnjd6fbc13cxh6zs29z3x2a7aqa"))))
@@ -1752,8 +1752,8 @@ their levels to be controlled individually.")
1752 (origin 1752 (origin
1753 (method git-fetch) 1753 (method git-fetch)
1754 (uri (git-reference 1754 (uri (git-reference
1755 (url "https://github.com/ipfs/go-log") 1755 (url "https://github.com/ipfs/go-log")
1756 (commit (string-append "v" version)))) 1756 (commit (string-append "v" version))))
1757 (file-name (git-file-name name version)) 1757 (file-name (git-file-name name version))
1758 (sha256 1758 (sha256
1759 (base32 "0gj2yqrv6wgpkv6f9c1anmw5kwg59plv0jrcxb3zmjrnk8fsn1jr")))) 1759 (base32 "0gj2yqrv6wgpkv6f9c1anmw5kwg59plv0jrcxb3zmjrnk8fsn1jr"))))
@@ -1774,8 +1774,8 @@ their levels to be controlled individually.")
1774 (origin 1774 (origin
1775 (method git-fetch) 1775 (method git-fetch)
1776 (uri (git-reference 1776 (uri (git-reference
1777 (url "https://github.com/ipshipyard/p2p-forge") 1777 (url "https://github.com/ipshipyard/p2p-forge")
1778 (commit (string-append "v" version)))) 1778 (commit (string-append "v" version))))
1779 (file-name (git-file-name name version)) 1779 (file-name (git-file-name name version))
1780 (sha256 1780 (sha256
1781 (base32 "0qh820v738fn1k5scd99v230s4xcz26wg2s41farirhdjx8lmzc6")))) 1781 (base32 "0qh820v738fn1k5scd99v230s4xcz26wg2s41farirhdjx8lmzc6"))))
@@ -1824,8 +1824,8 @@ peers.")
1824 (origin 1824 (origin
1825 (method git-fetch) 1825 (method git-fetch)
1826 (uri (git-reference 1826 (uri (git-reference
1827 (url "https://github.com/libp2p/go-cidranger") 1827 (url "https://github.com/libp2p/go-cidranger")
1828 (commit (string-append "v" version)))) 1828 (commit (string-append "v" version))))
1829 (file-name (git-file-name name version)) 1829 (file-name (git-file-name name version))
1830 (sha256 1830 (sha256
1831 (base32 "05hzlk5hx7qna5znr3q1crr0qb7h8yrv1v96pj015dh0kbdkdaba")))) 1831 (base32 "05hzlk5hx7qna5znr3q1crr0qb7h8yrv1v96pj015dh0kbdkdaba"))))
@@ -1862,8 +1862,8 @@ published AWS Route53 CIDR 52.95.110.0/24), IP routing rules, etc.")
1862 (origin 1862 (origin
1863 (method git-fetch) 1863 (method git-fetch)
1864 (uri (git-reference 1864 (uri (git-reference
1865 (url "https://github.com/libp2p/go-doh-resolver") 1865 (url "https://github.com/libp2p/go-doh-resolver")
1866 (commit (string-append "v" version)))) 1866 (commit (string-append "v" version))))
1867 (file-name (git-file-name name version)) 1867 (file-name (git-file-name name version))
1868 (sha256 1868 (sha256
1869 (base32 "0asni7f3gd65bjfqz99fqchz9y75cpgmfwkkhsbq0y2dydagw666")))) 1869 (base32 "0asni7f3gd65bjfqz99fqchz9y75cpgmfwkkhsbq0y2dydagw666"))))
@@ -1892,8 +1892,8 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.")
1892 (origin 1892 (origin
1893 (method git-fetch) 1893 (method git-fetch)
1894 (uri (git-reference 1894 (uri (git-reference
1895 (url "https://github.com/libp2p/go-libp2p") 1895 (url "https://github.com/libp2p/go-libp2p")
1896 (commit (string-append "v" version)))) 1896 (commit (string-append "v" version))))
1897 (file-name (git-file-name name version)) 1897 (file-name (git-file-name name version))
1898 (sha256 1898 (sha256
1899 (base32 "1sxx27hgryg93a03n08vasycaj76iwclzdskajjy8bivk5z9ls9p")) 1899 (base32 "1sxx27hgryg93a03n08vasycaj76iwclzdskajjy8bivk5z9ls9p"))
@@ -1999,8 +1999,8 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc8484, RFC 8484}.")
1999 (origin 1999 (origin
2000 (method git-fetch) 2000 (method git-fetch)
2001 (uri (git-reference 2001 (uri (git-reference
2002 (url "https://github.com/libp2p/go-libp2p-gostream") 2002 (url "https://github.com/libp2p/go-libp2p-gostream")
2003 (commit (string-append "v" version)))) 2003 (commit (string-append "v" version))))
2004 (file-name (git-file-name name version)) 2004 (file-name (git-file-name name version))
2005 (sha256 2005 (sha256
2006 (base32 "1zq5vhjj590azc1gwwiyqilf9ifxp8nz4hziz0fxs5ly2xhjj1mw")))) 2006 (base32 "1zq5vhjj590azc1gwwiyqilf9ifxp8nz4hziz0fxs5ly2xhjj1mw"))))
@@ -2035,8 +2035,8 @@ Go with @url{https://github.com/libp2p/libp2p, LibP2P} streams.")
2035 (origin 2035 (origin
2036 (method git-fetch) 2036 (method git-fetch)
2037 (uri (git-reference 2037 (uri (git-reference
2038 (url "https://github.com/libp2p/go-libp2p-http") 2038 (url "https://github.com/libp2p/go-libp2p-http")
2039 (commit (string-append "v" version)))) 2039 (commit (string-append "v" version))))
2040 (file-name (git-file-name name version)) 2040 (file-name (git-file-name name version))
2041 (sha256 2041 (sha256
2042 (base32 "0v65xjj1ljpx9bfwqivgncc6imrykw1dd8m2zvaqiygv0dirzkzn")))) 2042 (base32 "0v65xjj1ljpx9bfwqivgncc6imrykw1dd8m2zvaqiygv0dirzkzn"))))
@@ -2073,8 +2073,8 @@ through @url{https://github.com/libp2p/libp2p, LibP2P} using Go's standard
2073 (origin 2073 (origin
2074 (method git-fetch) 2074 (method git-fetch)
2075 (uri (git-reference 2075 (uri (git-reference
2076 (url "https://github.com/libp2p/go-libp2p-kad-dht") 2076 (url "https://github.com/libp2p/go-libp2p-kad-dht")
2077 (commit (string-append "v" version)))) 2077 (commit (string-append "v" version))))
2078 (file-name (git-file-name name version)) 2078 (file-name (git-file-name name version))
2079 (sha256 2079 (sha256
2080 (base32 "1m263kjax7zyn3k3xgiamh6fcfl4724hm64z6mvmlslcx5zvmmzz")))) 2080 (base32 "1m263kjax7zyn3k3xgiamh6fcfl4724hm64z6mvmlslcx5zvmmzz"))))
@@ -2147,8 +2147,8 @@ kab-dht}. This DHT is modeled after Kademlia with S/Kademlia modifications.")
2147 (origin 2147 (origin
2148 (method git-fetch) 2148 (method git-fetch)
2149 (uri (git-reference 2149 (uri (git-reference
2150 (url "https://github.com/libp2p/go-libp2p-kbucket") 2150 (url "https://github.com/libp2p/go-libp2p-kbucket")
2151 (commit (string-append "v" version)))) 2151 (commit (string-append "v" version))))
2152 (file-name (git-file-name name version)) 2152 (file-name (git-file-name name version))
2153 (sha256 2153 (sha256
2154 (base32 "1p764b38xm0v5w3h8df14480j6y0fxxlsxwqizqchf0ivr3fr634")))) 2154 (base32 "1p764b38xm0v5w3h8df14480j6y0fxxlsxwqizqchf0ivr3fr634"))))
@@ -2187,8 +2187,8 @@ kab-dht}. This DHT is modeled after Kademlia with S/Kademlia modifications.")
2187 (origin 2187 (origin
2188 (method git-fetch) 2188 (method git-fetch)
2189 (uri (git-reference 2189 (uri (git-reference
2190 (url "https://github.com/libp2p/go-libp2p-pubsub") 2190 (url "https://github.com/libp2p/go-libp2p-pubsub")
2191 (commit (string-append "v" version)))) 2191 (commit (string-append "v" version))))
2192 (file-name (git-file-name name version)) 2192 (file-name (git-file-name name version))
2193 (sha256 2193 (sha256
2194 (base32 "14afjrgfbmlrnjd5xnl70ff95mbvfxp9n8mx3hrw8069bcpzvm2k")))) 2194 (base32 "14afjrgfbmlrnjd5xnl70ff95mbvfxp9n8mx3hrw8069bcpzvm2k"))))
@@ -2232,8 +2232,8 @@ provides topic-based pubsub, with pluggable routing algorithms.")
2232 (origin 2232 (origin
2233 (method git-fetch) 2233 (method git-fetch)
2234 (uri (git-reference 2234 (uri (git-reference
2235 (url "https://github.com/libp2p/go-libp2p-pubsub-router") 2235 (url "https://github.com/libp2p/go-libp2p-pubsub-router")
2236 (commit (string-append "v" version)))) 2236 (commit (string-append "v" version))))
2237 (file-name (git-file-name name version)) 2237 (file-name (git-file-name name version))
2238 (sha256 2238 (sha256
2239 (base32 "01mxb8gi7myidnyfg8yqb445lbwqmgncvh7rcwx6n8av84afplx4")))) 2239 (base32 "01mxb8gi7myidnyfg8yqb445lbwqmgncvh7rcwx6n8av84afplx4"))))
@@ -2268,8 +2268,8 @@ provides topic-based pubsub, with pluggable routing algorithms.")
2268 (origin 2268 (origin
2269 (method git-fetch) 2269 (method git-fetch)
2270 (uri (git-reference 2270 (uri (git-reference
2271 (url "https://github.com/libp2p/go-libp2p-record") 2271 (url "https://github.com/libp2p/go-libp2p-record")
2272 (commit (string-append "v" version)))) 2272 (commit (string-append "v" version))))
2273 (file-name (git-file-name name version)) 2273 (file-name (git-file-name name version))
2274 (sha256 2274 (sha256
2275 (base32 "0hl3khlsxagypf18cgx0rd2hnlnpg2vhcrn4g7m1xrkimgj57696")))) 2275 (base32 "0hl3khlsxagypf18cgx0rd2hnlnpg2vhcrn4g7m1xrkimgj57696"))))
@@ -2298,8 +2298,8 @@ systems.")
2298 (origin 2298 (origin
2299 (method git-fetch) 2299 (method git-fetch)
2300 (uri (git-reference 2300 (uri (git-reference
2301 (url "https://github.com/libp2p/go-libp2p-routing-helpers") 2301 (url "https://github.com/libp2p/go-libp2p-routing-helpers")
2302 (commit (string-append "v" version)))) 2302 (commit (string-append "v" version))))
2303 (file-name (git-file-name name version)) 2303 (file-name (git-file-name name version))
2304 (sha256 2304 (sha256
2305 (base32 "0s0gzxfhmvywk4w78j1ga1ha7f948csfyflpxz8la1cp64238f01")))) 2305 (base32 "0s0gzxfhmvywk4w78j1ga1ha7f948csfyflpxz8la1cp64238f01"))))
@@ -2339,8 +2339,8 @@ different types of routers.")
2339 (origin 2339 (origin
2340 (method git-fetch) 2340 (method git-fetch)
2341 (uri (git-reference 2341 (uri (git-reference
2342 (url "https://github.com/libp2p/go-libp2p-testing") 2342 (url "https://github.com/libp2p/go-libp2p-testing")
2343 (commit (string-append "v" version)))) 2343 (commit (string-append "v" version))))
2344 (file-name (git-file-name name version)) 2344 (file-name (git-file-name name version))
2345 (sha256 2345 (sha256
2346 (base32 "08n17mqskdj5il6lws53wk1zsf9d8c55f58bap1rjngf2d669p39")))) 2346 (base32 "08n17mqskdj5il6lws53wk1zsf9d8c55f58bap1rjngf2d669p39"))))
@@ -2364,8 +2364,8 @@ different types of routers.")
2364 (origin 2364 (origin
2365 (method git-fetch) 2365 (method git-fetch)
2366 (uri (git-reference 2366 (uri (git-reference
2367 (url "https://github.com/libp2p/go-libp2p-xor") 2367 (url "https://github.com/libp2p/go-libp2p-xor")
2368 (commit (string-append "v" version)))) 2368 (commit (string-append "v" version))))
2369 (file-name (git-file-name name version)) 2369 (file-name (git-file-name name version))
2370 (sha256 2370 (sha256
2371 (base32 "0p4mwz0q0zbj8p1s04hmpy0w0znfxz3b7x28dv7cz0cg6wqvfqvk")))) 2371 (base32 "0p4mwz0q0zbj8p1s04hmpy0w0znfxz3b7x28dv7cz0cg6wqvfqvk"))))
@@ -2394,8 +2394,8 @@ as distance-based operations with respect to the XOR metric.")
2394 (origin 2394 (origin
2395 (method git-fetch) 2395 (method git-fetch)
2396 (uri (git-reference 2396 (uri (git-reference
2397 (url "https://github.com/libp2p/go-socket-activation") 2397 (url "https://github.com/libp2p/go-socket-activation")
2398 (commit (string-append "v" version)))) 2398 (commit (string-append "v" version))))
2399 (file-name (git-file-name name version)) 2399 (file-name (git-file-name name version))
2400 (sha256 2400 (sha256
2401 (base32 "1cqxzmjfg7838xifs07kigys9icardwlj1wl426mzgzmbwn6pg5s")))) 2401 (base32 "1cqxzmjfg7838xifs07kigys9icardwlj1wl426mzgzmbwn6pg5s"))))
@@ -2423,8 +2423,8 @@ daemon as described in
2423 (origin 2423 (origin
2424 (method git-fetch) 2424 (method git-fetch)
2425 (uri (git-reference 2425 (uri (git-reference
2426 (url "https://github.com/whyrusleeping/cbor-gen") 2426 (url "https://github.com/whyrusleeping/cbor-gen")
2427 (commit (go-version->git-ref version)))) 2427 (commit (go-version->git-ref version))))
2428 (file-name (git-file-name name version)) 2428 (file-name (git-file-name name version))
2429 (sha256 2429 (sha256
2430 (base32 "08by7pqh4fcwf2va01iif75yqkfssi6d48334404mmv9jmhzim60")))) 2430 (base32 "08by7pqh4fcwf2va01iif75yqkfssi6d48334404mmv9jmhzim60"))))
@@ -2595,8 +2595,8 @@ also mount the world at @code{/ipfs}.")
2595 (origin 2595 (origin
2596 (method git-fetch) 2596 (method git-fetch)
2597 (uri (git-reference 2597 (uri (git-reference
2598 (url "https://gitlab.com/spritely/go-libp2p-daemon.git") 2598 (url "https://gitlab.com/spritely/go-libp2p-daemon.git")
2599 (commit commit))) 2599 (commit commit)))
2600 (file-name (git-file-name name version)) 2600 (file-name (git-file-name name version))
2601 (sha256 2601 (sha256
2602 (base32 "0bk2610rlg8d4lla7h7sic9drv1syabfbr7kbg2yqqbhiwg0v2br")))) 2602 (base32 "0bk2610rlg8d4lla7h7sic9drv1syabfbr7kbg2yqqbhiwg0v2br"))))