aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/upnp.scm
diff options
context:
space:
mode:
authorAntero Mejr <mail@antr.me>2024-11-25 20:23:22 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:28:38 +0000
commit6e312fe35e68dc37b1d7c4878802f546f9936f37 (patch)
tree04c1dd28fb1da43da90180cf8a31c1dc1c5c92d8 /gnu/services/upnp.scm
parent3a0acc79cf3618a5be170fe74c88aceea530b308 (diff)
downloadguix-6e312fe35e68dc37b1d7c4878802f546f9936f37.tar.gz
guix-6e312fe35e68dc37b1d7c4878802f546f9936f37.zip
gnu: python-jsonpickle: Update to 4.0.0.
* gnu/packages/python-web.scm (python-jsonpickle): Update to 4.0.0. Change-Id: Icadcf069113c6a5de3c285c36f0a8ec79903e822 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/services/upnp.scm')
0 files changed, 0 insertions, 0 deletions
a href='/guix/commit/tests/profiles.scm?id=4f18b13436f52c107e66056a9dd3a13bb99c8030'>gnu: Remove python2-matplotlib....* gnu/packages/python-xyz.scm (python2-matplotlib): Delete variable. * tests/profiles.scm ("package->manifest-entry, search paths"): Use python 3 matplotlib in test. Maxim Cournoyer 2022-02-11tests: Pass #:guile to 'computed-file' & co....Fixes a regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d whereby tests would end up building the world. * guix/gexp.scm (mixed-text-file): Add #:guile parameter and honor it. * tests/gexp.scm ("mixed-text-file"): Pass #:guile to 'mixed-text-file'. ("file-union"): Pass #:guile to 'file-union'. ("lower-object, computed-file"): Pass #:guile to 'computed-file'. ("lower-object, computed-file + grafts"): Likewise. * tests/packages.scm ("origin->derivation, single file with snippet"): Likewise. * tests/profiles.scm ("profile-derivation, ordering & collisions"): Likewise. * guix/tests.scm (test-file): Likewise. Ludovic Courtès 2021-10-25profiles: Add 'package->development-manifest'....* guix/profiles.scm (package->development-manifest): New procedure. * guix/scripts/environment.scm (input->manifest-entry) (package-environment-inputs): Remove. * guix/scripts/environment.scm (options/resolve-packages): Use 'package->development-manifest' instead of 'package-environment-inputs'. * tests/profiles.scm ("package->development-manifest"): New test. Ludovic Courtès