aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/crates-io.scm2
-rw-r--r--gnu/packages/video.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 304c9b8f9e..654be412f6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41043,7 +41043,7 @@ first byte.")
designed for reexporting.")
(license license:expat)))
-(define-public rust-vergen-3.1
+(define-public rust-vergen-3
(package
(name "rust-vergen")
(version "3.1.0")
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4c555a5622..8f0c858f15 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4859,7 +4859,7 @@ result in several formats:
("rust-simd-helpers" ,rust-simd-helpers-0.1)
("rust-thiserror" ,rust-thiserror-1)
("rust-toml" ,rust-toml-0.5)
- ("rust-vergen" ,rust-vergen-3.1)
+ ("rust-vergen" ,rust-vergen-3)
("rust-y4m" ,rust-y4m-0.5))
#:cargo-development-inputs
(("rust-assert-cmd" ,rust-assert-cmd-1)
96e06e98d523f287b25684a6fa6'>linux-container: Remove '%containerized-shepherd-service' hack....Ludovic Courtès 2019-04-23services: shepherd: Support one-shot services....Ludovic Courtès 2018-12-18file-systems: Spawn a REPL only when interaction is possible....Ludovic Courtès 2018-09-26services: shepherd: Add workaround for 0.5.0 in containers....Ludovic Courtès 2018-09-26guix system: Load all services on reconfigure, not just stopped ones....Carlo Zancanaro 2018-07-13services: shepherd: Support custom actions....Ludovic Courtès 2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès 2018-03-15services: 'shepherd-service-type' now accepts a default value....Ludovic Courtès 2018-01-21services: shepherd: Make 'shepherd-configuration-file' non-monadic....Ludovic Courtès 2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès 2017-02-08services: shepherd: Replace spaces with hyphens in file names....Clément Lassieur 2016-12-19services: Use 'file-append' in more places....Ludovic Courtès 2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'....Ludovic Courtès 2016-08-31services: shepherd: Parameterize 'shepherd-service-back-edges'....Ludovic Courtès 2016-08-31services: shepherd: Add 'shepherd-service-lookup-procedure'....Ludovic Courtès 2016-07-19services: shepherd: Clarify error message about missing service....Ludovic Courtès 2016-07-12services: <shepherd-service> no longer has an 'imported-modules' field....Ludovic Courtès 2016-02-05service: shepherd: All of the config file is in 'call-with-error-handling'....Ludovic Courtès 2016-02-05service: shepherd: Guard against exceptions raised by 'start'....Ludovic Courtès 2016-02-03guix system: 'reconfigure' loads and starts new services....Ludovic Courtès 2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost 2016-01-29services: shepherd: Rename shepherd configuration file....Alex Kost 2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost