tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.keystoneauth1: 4.6.0 -> 5.0.0
Martin Weinelt
3 years ago
934ca944
dd9b2432
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
keystoneauth1
default.nix
+2
-2
pkgs/development/python-modules/keystoneauth1/default.nix
···
24
24
25
25
buildPythonPackage rec {
26
26
pname = "keystoneauth1";
27
27
-
version = "4.6.0";
27
27
+
version = "5.0.0";
28
28
29
29
src = fetchPypi {
30
30
inherit pname version;
31
31
-
sha256 = "sha256-Bm8a3diRFM1qG5yzVVyOqn0BNnPuEDS9/lBgaIBKngU=";
31
31
+
sha256 = "sha256-brtfBEyd/SYwh6Mo1R1HmUfR3ckMCdr0GR333HEzQyM=";
32
32
};
33
33
34
34
postPatch = ''