mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
swh-auth: 0.6.6 -> 0.7.1
This commit is contained in:
parent
a2d8ffee15
commit
cba52b39ba
@ -3,12 +3,12 @@
|
||||
with python3Packages;
|
||||
buildPythonPackage rec {
|
||||
pname = "swh-auth";
|
||||
version = "0.6.6";
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "swh.auth";
|
||||
sha256 = "sha256-TWLrZC4Iv0HTCtGjraPZRpGLiZFxTXZw6trWzC0GkHw=";
|
||||
sha256 = "sha256-tmHyDSUDIWLNRTgPquyYaeIg2wZdYMJWpK9Gy8h1B6k=";
|
||||
};
|
||||
|
||||
# Tests require network access.
|
||||
|
Loading…
Reference in New Issue
Block a user