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-dirsync: Update to 2.2.5. 97046522fefc9e7c49f58e517d5304353ce57bd4 Marius Bakke 2020-09-27 23:22:54
gnu: python-oauthlib: Update to 3.1.0. 2eb74175d937398ac1c8d0137270a4b1d13d35e5 Marius Bakke 2020-09-27 23:21:58
gnu: python-openid: Update to 3.2.0. a05b7f6a449ea225659d1beb4e240c47c3b7cf1b Marius Bakke 2020-09-27 23:20:49
gnu: Rename 'llvm-download-uri' to 'llvm-uri'. abcdf6bfd7b264c8135ae4706125658bcd176304 Marius Bakke 2020-10-07 13:37:43
gnu: folly: Remove reference to missing patch. 9ac212cbae933d0520e6e09bd7e33d82e7102df6 Marius Bakke 2020-10-10 21:16:06
gnu: Add folly. 5b548a1ee45bb12111af50cf00eb696207e207c5 Greg Hogan 2020-09-22 15:22:32
gnu: Add liburing. 350e61bcf01c7327d9c68eb9222a855cd8174f09 Greg Hogan 2020-09-30 19:00:53
gnu: Add python-nestedtext. d31277e7b272f366bb872b34291d7fdb658ed12c Tanguy Le Carrour 2020-10-08 12:10:50
gnu: Add python-inform. c9a99803dd392969b8dc7f0386c0b99ca40073c9 Tanguy Le Carrour 2020-10-08 12:10:49
gnu: beets: Skip failing tests. 1f1996e6a5cc5203e0534dc26fe51b87832082aa Tanguy Le Carrour 2020-10-08 10:37:04
gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu. 02036cdda4d2600166322a12d3eb0ab2a5b18f4e Ludovic Courtès 2020-10-10 20:28:51
gnu: mig: Define 'mig/32-bit'. 6530f5367c1ba0ef4de59d865c0aaa184f868f5a Ludovic Courtès 2020-10-10 20:26:14
svn-download, hg-download: Use 'report-invoke-error'. b55409b2c0a0cb53f251ceab7746d35805b64ab7 Ludovic Courtès 2020-10-09 22:03:57
gnu: obs: Fix missing icons. 45cad97d9ee15a4b43e83d735185ff633a95cc09 Oleg Pykhalov 2020-10-10 19:50:26
gnu; sudo: Remove 'groff' input when building for the Hurd. e42765b675d5f3fced0720c1a66350c635fd8643 Jan (janneke) Nieuwenhuizen 2020-10-10 16:22:22
gnu: acl: Disable tests for the Hurd. 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6 Jan (janneke) Nieuwenhuizen 2020-10-10 16:20:09
gnu: Add nmrpflash. 93d3cfec32bbbe1dfbe0be686b371973545b35b8 Danny Milosavljevic 2020-10-10 16:13:51
gnu: Add perl-opengl. 4ec2190b9f3d111e3be0d69679f8d5ff05f59926 Andreas Enge 2020-10-05 22:43:45
gnu: stumpwm: Fix the Texinfo manual. afed1b94f7902d3bd2cb2f49f6d2a6e9118cd345 Tobias Geerinckx-Rice 2020-10-10 12:01:36
services: hurd-vm: Add 'gdb-minimal' to the default OS. cf197bff6ae1aec76ca05288a09a3631e46077e7 Ludovic Courtès 2020-10-09 21:57:31
Commit 97046522fefc9e7c49f58e517d5304353ce57bd4 - gnu: python-dirsync: Update to 2.2.5.
* gnu/packages/python-xyz.scm (python-dirsync): Update to 2.2.5.
Author: Marius Bakke
Author date (UTC): 2020-09-27 23:22
Committer name: Marius Bakke
Committer date (UTC): 2020-10-10 21:39
Parent(s): 2eb74175d937398ac1c8d0137270a4b1d13d35e5
Signer:
Signing key: A2A06DF2A33A54FA
Signing status: E
Tree: d50601039e2bb2cdfd13d976c274b2ffd4bceee8
File Lines added Lines deleted
gnu/packages/python-xyz.scm 2 2
File gnu/packages/python-xyz.scm changed (mode: 100644) (index 25eaf4a625..6818b418fa)
... ... perform the operations required for synchronizing plain text.")
15404 15404 (define-public python-dirsync (define-public python-dirsync
15405 15405 (package (package
15406 15406 (name "python-dirsync") (name "python-dirsync")
15407 (version "2.2.3")
15407 (version "2.2.5")
15408 15408 (source (source
15409 15409 (origin (origin
15410 15410 (method url-fetch) (method url-fetch)
15411 15411 (uri (pypi-uri "dirsync" version)) (uri (pypi-uri "dirsync" version))
15412 15412 (sha256 (sha256
15413 15413 (base32 (base32
15414 "1r40fkanksagcszf1ag85mdr8w7rgc7196n6s1qlsk2abw6i7v0z"))))
15414 "1gm82jddm1lkazdi8lfsl1b3vi1z0252ng60mzjym8irnv94qfhy"))))
15415 15415 (build-system python-build-system) (build-system python-build-system)
15416 15416 (propagated-inputs (propagated-inputs
15417 15417 `(("six" ,python-six))) `(("six" ,python-six)))
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