aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 03a16c7e37..3fa65c5115 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2079,13 +2079,13 @@ time by mocking the datetime module.")
(define-public python-flexmock
(package
(name "python-flexmock")
- (version "0.10.3")
+ (version "0.10.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "flexmock" version))
(sha256
(base32
- "031c624pdqm7cc0xh4yz5k69gqxn2bbrjz13s17684q5shn0ik21"))))
+ "0b6qw3grhgx58kxlkj7mdma7xdvlj02zabvcf7w2qifnfjwwwcsh"))))
(build-system python-build-system)
(home-page "https://flexmock.readthedocs.org")
(synopsis "Testing library for Python")
e80445882f8b0379e54916f89510c0deda6698'>Remove traces of "GuixSD"....Ludovic Courtès 2019-03-08activation: Shared system home directories are now 555 and root-owned....Ludovic Courtès 2019-03-07activation: Build account databases with (gnu build accounts)....Ludovic Courtès 2019-03-07Add (gnu build accounts)....Ludovic Courtès 2019-03-07activation: Operate on <user-account> and <user-group> records....Ludovic Courtès 2019-03-05linux-modules: module-soft-dependencies: Partition the result and return it a......Danny Milosavljevic 2019-03-04activation: Make home directories #o700 by default....Ludovic Courtès 2019-01-25linux-modules: module-soft-dependencies: Remove colon from section names....Danny Milosavljevic 2019-01-25linux-modules: Add module-soft-dependencies....Danny Milosavljevic 2019-01-17file-systems: Add read-luks-partition-uuid....Mathieu Othacehe 2019-01-17file-systems: Export read-partition-label and read-partition-uuid....Mathieu Othacehe 2018-12-19vm: Re-enable KVM on i386....Ludovic Courtès 2018-12-18file-systems: Have the emergency REPL output to /dev/console....Ludovic Courtès 2018-12-18file-systems: Spawn a REPL only when interaction is possible....Ludovic Courtès 2018-12-06vm: Add padding in the ISO image....Ludovic Courtès 2018-11-21linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès 2018-11-18activation: Aways pass '-d HOME' to 'useradd'....Ludovic Courtès 2018-11-07linux-initrd: Make sure 'build-initrd' can delete files....Ludovic Courtès 2018-11-06install: Add 'install-database-and-gc-roots'....Ludovic Courtès 2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed....Ludovic Courtès 2018-11-06pack: Move store database creation to a separate derivation....Ludovic Courtès 2018-11-05install: Parameterize the profile name for 'populate-single-profile-directory'....Ludovic Courtès 2018-10-21install: Make /var/guix/…/guix-profile a relative symlink....Ludovic Courtès 2018-08-29linux-modules: Raise an error when a kernel module cannot be found....Ludovic Courtès 2018-08-28marionette: Add wait-for-unix-socket....Chris Marusich 2018-08-28marionette: Add support for QEMU's "quit" command....Chris Marusich 2018-08-21linux-modules: Adjust 'section-contents' procedure....Ludovic Courtès