aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b4ebe6fa6a..6686f417a9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18166,7 +18166,7 @@ standard printing of search results, similar to grep itself.")
(define-public rust-grep-regex-0.1
(package
(name "rust-grep-regex")
- (version "0.1.8")
+ (version "0.1.9")
(source
(origin
(method url-fetch)
@@ -18175,7 +18175,7 @@ standard printing of search results, similar to grep itself.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1lm3mpp93m8qw6sgcqw64inadp0z061x3xb0pnn51684594mxfm7"))))
+ "01mx4xsrfp5hf8dpnvld1svs6i5dpg6xghigp4wkhdlcfv4m658j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
'/guix/commit/gnu/services.scm?id=e0bd47b4fd5eb009f34004242e16b976e58756b0'>system: Handle 'setuid-programs' deprecation handling as a field sanitizer....Ludovic Courtès 2021-07-29services: setuid: More configurable setuid support....Chris Lemmer-Webber 2021-05-11gnu: Allow services to install kernel-loadable modules....raid5atemyhomework 2021-04-12services: Support DELETE in MODIFY-SERVICES macro....Ricardo Wurmus 2021-03-09gnu: services: Add activate script to the profile system directory....Brice Waegeneire 2020-12-01services: profile: Create manifest at monadic-bind time....Ludovic Courtès 2020-10-16services: provenance: Wrap config file name in 'assume-valid-file-name'....Ludovic Courtès 2020-08-25Remove "guile-zlib" extension when unused....Mathieu Othacehe 2020-08-25linux-libre: Support module compression....Mathieu Othacehe 2020-07-27machine: ssh: Check for potential system downgrades....Ludovic Courtès 2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès 2020-07-15services: Add 'system-provenance' procedure....Ludovic Courtès 2020-07-01services: provenance: Save channel introductions....Ludovic Courtès 2020-06-08gnu: services: Add %hurd-startup-service....Jan (janneke) Nieuwenhuizen 2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen 2020-04-26services: system: Initial entries are non-monadic....Ludovic Courtès 2020-04-26services: profile: Use a declarative profile....Ludovic Courtès 2020-04-21services: etc: Detect and report duplicate entries....Ludovic Courtès 2020-04-05services: Allow modprobe to use "/etc/modprobe.d"....Brice Waegeneire 2020-04-02services: Accumulate builds for 'system' entries....Ludovic Courtès 2019-12-07services: Add 'provenance-service-type'....Ludovic Courtès 2019-11-09services: 'fold-services' memoizes service values....Ludovic Courtès 2019-08-14remote: Remove '--system' argument....Jakob L. Kreuze 2019-05-10services: 'gc-root-service-type' now has a default value....Ludovic Courtès 2018-09-07services: 'instantiate-missing-services' reaches fixed point....Ludovic Courtès 2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès 2018-06-20services: Add description to core services....Ludovic Courtès 2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès 2018-06-20services: boot: Reverse the order of boot expressions....Ludovic Courtès 2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès 2018-03-29gnu: Refactor boot-service-type and activation-service-type....Chris Marusich 2018-01-21services: Missing services are automatically instantiated....Ludovic Courtès