We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c70224e + a4e9b0d commit ea15d93Copy full SHA for ea15d93
1 file changed
pkgs/development/python-modules/oslo-context/default.nix
@@ -2,11 +2,11 @@
2
3
buildPythonPackage rec {
4
pname = "oslo.context";
5
- version = "3.3.1";
+ version = "3.4.0";
6
7
src = fetchPypi {
8
inherit pname version;
9
- sha256 = "f578ea38569cf0a677e2167178196b21a54175471358c4320ddfd5c97c52f4d1";
+ sha256 = "970f96361c5de9a5dc86d48a648289d77118180ca13ba5eeb307137736ffa953";
10
};
11
12
postPatch = ''
0 commit comments