[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-qtsass: Update to 0.4.0.
From: |
guix-commits |
Subject: |
03/07: gnu: python-qtsass: Update to 0.4.0. |
Date: |
Wed, 13 Sep 2023 04:23:22 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 7f150a18957daddb53caf11e23eb12122198d65c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Sep 5 23:24:30 2023 +0100
gnu: python-qtsass: Update to 0.4.0.
This also fixes test failures preventing the package from building.
* gnu/packages/python-xyz.scm (python-qtsass): Update to 0.4.0, fix build.
[native-inputs]: Add python-flaky.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5ba51ca654..dd43fb3cd1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29978,7 +29978,7 @@ applications and daemons.")
(define-public python-qtsass
(package
(name "python-qtsass")
- (version "0.3.0")
+ (version "0.4.0")
(source
(origin
;; There are no tests in the PyPI tarball.
@@ -29988,7 +29988,7 @@ applications and daemons.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "09s04aa14d8jqbh71clrb5y7vcmkxlp94mwmvzrkxahry3bk03cb"))))
+ (base32 "1skdihfby2f41zxgwa5zv44vdxjrw301rh88rjmzj4xbdlix6cig"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"
@@ -30000,7 +30000,7 @@ applications and daemons.")
(for-each make-file-writable (find-files "."))
#t)))))
(native-inputs
- (list python-pytest python-pytest-cov python-pytest-runner))
+ (list python-flaky python-pytest python-pytest-cov python-pytest-runner))
(propagated-inputs
(list python-libsass))
(home-page "https://github.com/spyder-ide/qtsass")
- branch master updated (07d43c66d5 -> c30c9df5e9), guix-commits, 2023/09/13
- 05/07: gnu: libvterm: Update to 0.3.3., guix-commits, 2023/09/13
- 03/07: gnu: python-qtsass: Update to 0.4.0.,
guix-commits <=
- 01/07: gnu: emilua: Update to 0.4.3., guix-commits, 2023/09/13
- 04/07: gnu: tennix: Update to 1.3.4., guix-commits, 2023/09/13
- 07/07: gnu: yoyo-migrations: Update to 8.2.0., guix-commits, 2023/09/13
- 02/07: gnu: python-libsass: Update to 0.22.0., guix-commits, 2023/09/13
- 06/07: gnu: libvterm: Update arguments style., guix-commits, 2023/09/13