maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: perl-role-tiny: Update to 2.001004. e4089b897b195bce1d28efc4c4e3ca847e15ae89 Tobias Geerinckx-Rice 2020-10-14 15:19:48
gnu: dmidecode: Update to 3.3. 6f19c32b0eeeb6b6647ef75c4c8b9e390d41fcd9 Tobias Geerinckx-Rice 2020-10-15 21:37:28
gnu: chirp: Update to 20201014. 6688aed40869567ef0d37a5165e7870afea87087 Tobias Geerinckx-Rice 2020-10-15 21:05:01
gnu: xterm: Update to 361. d605f58de5be0395b44a5989763f7e9ad81056ca Tobias Geerinckx-Rice 2020-10-15 19:43:56
gnu: praat: Update to 6.1.27. 16b0aa429ed065350180b5039937cf4d227e243d Tobias Geerinckx-Rice 2020-10-15 19:35:32
gnu: perl-email-sender: Update to 1.300035. 532db12edb6734dcd7cdfbb59a537c7921d53733 Tobias Geerinckx-Rice 2020-10-15 19:34:46
gnu: swaks: Update to 20201014.0. f04a7ef5b6265a7c84aa41386fb99fe83ad024cb Tobias Geerinckx-Rice 2020-10-15 18:58:42
gnu: swaks: Use git source. ad8cdc7b89d8f2d4406c70d3833f77f2f4cb20e4 Tobias Geerinckx-Rice 2020-10-15 18:46:57
gnu: fakeroot: Update to 1.25.3. 7f4a81540acb58edf740841addcbe07bf3b1f904 Tobias Geerinckx-Rice 2020-10-15 18:20:40
gnu: asunder: Update to 2.9.7. 25bc6ffdd06521702094bb799dd300090ac0bc52 Tobias Geerinckx-Rice 2020-10-15 17:52:26
gnu: knot-resolver: Build with only knot:lib. a97ea4ff2a407ec4c5bd3ffe55c9c59a1e8c37ea Tobias Geerinckx-Rice 2020-10-15 00:40:38
gnu: knot: Build separate outputs. 8154df5307bc3d27326e4a94c5b505a18c2723eb Tobias Geerinckx-Rice 2020-10-15 00:36:02
gnu: emacs-with-editor: Update to 2.9.4-1. 4caa84e29927d0ae225860ef0027359f2aa8d56a Michael Rohleder 2020-10-15 21:58:26
doc: cookbook: Clarify what keywords are. c0001b8bfca3409e25bd0e7d8925df2132e91d06 Ludovic Courtès 2020-10-15 21:50:11
gnu: synapse: Update to 1.20.1. 850a2f7417468b8894d17a5659fac83d06fcce41 Michael Rohleder 2020-10-12 12:34:51
gnu: go-ipfs: Update to 0.7.0. 58f0bd2468c6de7f350aaaecbeb51021e77913c3 Michael Rohleder 2020-10-12 09:16:59
gnu: zathura: Update to 0.4.7. 2266f16296c4fdf67458bac1e5a96aff5c0bca9b Michael Rohleder 2020-10-11 15:25:32
doc: Improve "Build Utilities". 699f1de7218421b9ab6752fef7a7109dca6ff7fc Ludovic Courtès 2020-10-15 21:32:47
gnu: mdk: Sort inputs alphabetically. 0ea23218ad5a625400fc478e24408e9fd1aec94a Efraim Flashner 2020-10-15 21:07:10
gnu: mdk: Fix indentation. 40541eaa0657785f27e6595e4e1b7a2ba4a1afde Efraim Flashner 2020-10-15 21:06:01
Commit e4089b897b195bce1d28efc4c4e3ca847e15ae89 - gnu: perl-role-tiny: Update to 2.001004.
* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001004.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-14 15:19
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-16 00:03
Parent(s): 6f19c32b0eeeb6b6647ef75c4c8b9e390d41fcd9
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: e343c35fc209a2b459e22465f3d63fa07177a68d
File Lines added Lines deleted
gnu/packages/perl.scm 2 2
File gnu/packages/perl.scm changed (mode: 100644) (index 0aaf87cb3f..ad84d63785)
... ... and @code{deserialize_regexp}.")
8605 8605 (define-public perl-role-tiny-2 (define-public perl-role-tiny-2
8606 8606 (package (package
8607 8607 (inherit perl-role-tiny) (inherit perl-role-tiny)
8608 (version "2.001001")
8608 (version "2.001004")
8609 8609 (source (source
8610 8610 (origin (origin
8611 8611 (method url-fetch) (method url-fetch)
8612 8612 (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/" (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
8613 8613 "Role-Tiny-" version ".tar.gz")) "Role-Tiny-" version ".tar.gz"))
8614 8614 (sha256 (sha256
8615 (base32 "16yryg3cr14xw201gm8k8ci00hs60fy8lk2xhnaqa85n5m68flk8"))))))
8615 (base32 "11qn516352yhi794www3ykwa9xv2gxpfnhn9jcn10x0ahl95gflj"))))))
8616 8616
8617 8617 (define-public perl-safe-isa (define-public perl-safe-isa
8618 8618 (package (package
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main