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: python-base58: Update to 2.0.1. cba7a6f7df0d6df181434591b2e5df58dcc9a09d Nicolas Goaziou 2020-10-17 13:07:17
gnu: lynx: Update to 2.9.0dev.6. 201a507b7711e3aeebca9c7512c850c27d161e0b Brett Gilio 2020-10-17 03:07:46
gnu: xlsxio: Update to 0.2.29. 38e5bc92e9946e7a3a3b791bd5236aea37cd213a Brett Gilio 2020-10-17 03:00:52
gnu: swi-prolog: Update to 8.3.9. 4e1380791af07d82481d2b7a8c43afac4cd31855 Brett Gilio 2020-10-17 02:03:20
gnu: emacs-org-journal: Update to 2.1.1. 03267c4c3e3d14632161ea29a5a4db1ba78cec69 Brett Gilio 2020-10-17 01:55:06
gnu: emacs-org-webring: Update to 1.9. d2eb8900570bd8504c47f49646d31d658d50c7ca Brett Gilio 2020-10-17 00:47:47
gnu: emacs-gdscript-mode: Update to 1.4.0. a25512fe82d99ae66d4aae5ed912194dbe1c89a6 AuPath 2020-10-16 10:05:08
services: docker: Fix missing containerd-shim binary. 6a5a477df46a0329cc867c4780b59cdf4340d034 Oleg Pykhalov 2020-10-16 21:40:45
gnu: grass: Fix start-up without python@3 in profile. 6c03d15d7d84c00b02efea0a60e91f55f5541b57 Tobias Geerinckx-Rice 2020-10-16 19:07:06
gnu: grass: Update to 7.8.4. bcf9732059d4463e136f5f21e2784e4bc3fe6dee Tobias Geerinckx-Rice 2020-10-16 15:48:29
gnu: containerd: Don't 'chdir' in build phases. 719246a51d47263c3b424a782d9703f59ce9fdc3 Oleg Pykhalov 2020-10-16 17:02:51
gnu: iproute2: Update to 5.9.0. 1e39c865928fdf4166d152a49e789b26d99fca71 Tobias Geerinckx-Rice 2020-10-16 15:27:01
gnu: make-lua-ossl: Fix bogus use of DESTDIR. 88a099636fb1db32655380a24c698cf0aa6f78a4 Tobias Geerinckx-Rice 2020-10-16 15:15:24
gnu: multitail: Edit synopsis & description. d96241547dba3e4ab454dfd58257a4f411c5a041 Tobias Geerinckx-Rice 2020-10-16 15:07:18
gnu: multitail: Cross-compile. c887f7b3b85a2877926746110b9b394ce21212c7 Tobias Geerinckx-Rice 2020-10-16 15:04:47
gnu: multitail: Remove bogus use of DESTDIR. 7b2b01e38984b23dca44b6d7e87a8f73a671f87c Tobias Geerinckx-Rice 2020-10-16 15:03:37
gnu: dstat: Fix bogus use of DESTDIR. 5c8e8bc556c32c1b6ead1638e4e7886f87acf255 Tobias Geerinckx-Rice 2020-10-16 14:56:58
gnu: filters: Fix bogus use of DESTDIR. 544672029213ae5ec79e2083a50e0e83edff18a6 Tobias Geerinckx-Rice 2020-10-16 14:52:18
gnu: filters: Fix repository URL. dae2ac513d1e2eb242240ecd1551a700d20f54f5 Tobias Geerinckx-Rice 2020-10-16 14:49:02
gnu: filters: Replace git commit with equivalent tag. d7b83e2f8d8afebfb301db2e40b2f56e382d0510 Tobias Geerinckx-Rice 2020-10-16 14:47:41
Commit cba7a6f7df0d6df181434591b2e5df58dcc9a09d - gnu: python-base58: Update to 2.0.1.
* gnu/packages/python-crypto.scm (python-base58): Update to 2.0.1.
Author: Nicolas Goaziou
Author date (UTC): 2020-10-17 13:07
Committer name: Nicolas Goaziou
Committer date (UTC): 2020-10-17 13:07
Parent(s): 201a507b7711e3aeebca9c7512c850c27d161e0b
Signing key: DA00B4F048E92F2D
Tree: a8ba60ddb0a4bcd7d7fb1ae96f0d93d3a35120b4
File Lines added Lines deleted
gnu/packages/python-crypto.scm 2 2
File gnu/packages/python-crypto.scm changed (mode: 100644) (index 81a5c213da..bad774aa03)
... ... Python. It does not bind to libotr.")
91 91 (define-public python-base58 (define-public python-base58
92 92 (package (package
93 93 (name "python-base58") (name "python-base58")
94 (version "1.0.3")
94 (version "2.0.1")
95 95 (source (source
96 96 (origin (origin
97 97 (method url-fetch) (method url-fetch)
98 98 (uri (pypi-uri "base58" version)) (uri (pypi-uri "base58" version))
99 99 (sha256 (sha256
100 100 (base32 (base32
101 "0q1yr0n5jaf17xq98m7dma6z4rh8p19ch55l1s09gi3rk5ckqycs"))))
101 "0yfaqp76kbdb62hikr5n4jkkfjfmii89grwfy6sw3fmsv5hrap1n"))))
102 102 (build-system python-build-system) (build-system python-build-system)
103 103 (native-inputs (native-inputs
104 104 `(("python-pyhamcrest" ,python-pyhamcrest))) `(("python-pyhamcrest" ,python-pyhamcrest)))
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